mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-28 22:14:28 +00:00
deploy: 0c650e0801
This commit is contained in:
parent
607a67eafd
commit
00a3308528
68 changed files with 26 additions and 278137 deletions
22
options.html
22
options.html
|
|
@ -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"><nvf/modules/neovim/init/spellcheck.nix></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"><nvf/modules/neovim/init/spellcheck.nix></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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue