mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 11:55:22 +00:00
deploy: 2afb8804f4
This commit is contained in:
parent
21dfeb211b
commit
e03e89ffd1
16 changed files with 53 additions and 59903 deletions
45
options.html
45
options.html
|
|
@ -15188,7 +15188,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.treesitter">
|
||||
<span>vim.treesitter</span>
|
||||
<span class="toc-count">19</span>
|
||||
<span class="toc-count">21</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -15330,6 +15330,22 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-treesitter-indent-excludes' title="vim.treesitter.indent.excludes">
|
||||
indent.excludes
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-treesitter-indent-pattern' title="vim.treesitter.indent.pattern">
|
||||
indent.pattern
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-treesitter-textobjects-enable' title="vim.treesitter.textobjects.enable">
|
||||
textobjects.enable
|
||||
|
|
@ -43963,6 +43979,33 @@ the required grammars to this.</p>
|
|||
<div class="option-example">Example: <code>true</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/treesitter/treesitter.nix" target="_blank"><nvf/modules/plugins/treesitter/treesitter.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-treesitter-indent-excludes">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-treesitter-indent-excludes" class="option-anchor">vim.treesitter.indent.excludes</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>list of string</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Exclude the listed filetypes from using treesitter indentation.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[ ]</code></div>
|
||||
<div class="option-example">Example: <code>["haskell", "purescript"]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/treesitter/treesitter.nix" target="_blank"><nvf/modules/plugins/treesitter/treesitter.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-treesitter-indent-pattern">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-treesitter-indent-pattern" class="option-anchor">vim.treesitter.indent.pattern</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>string or list of string</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Specify the filetype pattern(s) for which the treesitter indentation should be used.</p>
|
||||
<p>See <code class="command">:h autocmd-pattern</code>.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>"*"</code></div>
|
||||
<div class="option-example">Example: <code>["lua" "nix"]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/treesitter/treesitter.nix" target="_blank"><nvf/modules/plugins/treesitter/treesitter.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-treesitter-textobjects-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-treesitter-textobjects-enable" class="option-anchor">vim.treesitter.textobjects.enable</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue