This commit is contained in:
horriblename 2026-04-16 00:48:54 +00:00
commit e03e89ffd1
16 changed files with 53 additions and 59903 deletions

View file

@ -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">&lt;nvf/modules/plugins/treesitter/treesitter.nix&gt;</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">&lt;nvf/modules/plugins/treesitter/treesitter.nix&gt;</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">&lt;nvf/modules/plugins/treesitter/treesitter.nix&gt;</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>