This commit is contained in:
NotAShelf 2026-02-17 12:38:27 +00:00
commit 00a3308528
68 changed files with 26 additions and 278137 deletions

View file

@ -12306,7 +12306,7 @@
<details class="toc-category">
<summary title="vim.spellcheck">
<span>vim.spellcheck</span>
<span class="toc-count">6</span>
<span class="toc-count">7</span>
</summary>
<ul>
@ -12328,6 +12328,14 @@
</a>
</li>
<li>
<a href='#option-vim-spellcheck-ignoreTerminal' title="vim.spellcheck.ignoreTerminal">
ignoreTerminal
</a>
</li>
<li>
<a href='#option-vim-spellcheck-ignoredFiletypes' title="vim.spellcheck.ignoredFiletypes">
ignoredFiletypes
@ -37382,6 +37390,18 @@ the list.</p>
<div class="option-example">Example: <code>{"en.utf-8" = ["nvf" "word_you_want_to_add"];}</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/neovim/init/spellcheck.nix" target="_blank">&lt;nvf/modules/neovim/init/spellcheck.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-spellcheck-ignoreTerminal">
<h3 class="option-name">
<a href="#option-vim-spellcheck-ignoreTerminal" class="option-anchor">vim.spellcheck.ignoreTerminal</a>
<span class="copy-link" title="Copy link to this option"></span>
<span class="copy-feedback">Link copied!</span>
</h3>
<div class="option-type">Type: <code>boolean</code></div>
<div class="option-description"><html><head></head><body><p>Disable spell checking in terminal.</p>
</body></html></div>
<div class="option-default">Default: <code>true</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/neovim/init/spellcheck.nix" target="_blank">&lt;nvf/modules/neovim/init/spellcheck.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-spellcheck-ignoredFiletypes">
<h3 class="option-name">
<a href="#option-vim-spellcheck-ignoredFiletypes" class="option-anchor">vim.spellcheck.ignoredFiletypes</a>