This commit is contained in:
NotAShelf 2026-01-30 12:53:52 +00:00
commit baef2be1f4
16 changed files with 68 additions and 55093 deletions

View file

@ -5330,7 +5330,7 @@
<details class="toc-category">
<summary title="vim.languages">
<span>vim.languages</span>
<span class="toc-count">395</span>
<span class="toc-count">398</span>
</summary>
<ul>
@ -7872,6 +7872,30 @@
</a>
</li>
<li>
<a href='#option-vim-languages-tera-enable' title="vim.languages.tera.enable">
tera.enable
</a>
</li>
<li>
<a href='#option-vim-languages-tera-treesitter-enable' title="vim.languages.tera.treesitter.enable">
tera.treesitter.enable
</a>
</li>
<li>
<a href='#option-vim-languages-tera-treesitter-package' title="vim.languages.tera.treesitter.package">
tera.treesitter.package
</a>
</li>
<li>
<a href='#option-vim-languages-terraform-enable' title="vim.languages.terraform.enable">
terraform.enable
@ -30061,6 +30085,44 @@ not listed in the docs</p>
]</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/tailwind.nix" target="_blank">&lt;nvf/modules/plugins/languages/tailwind.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-tera-enable">
<h3 class="option-name">
<a href="#option-vim-languages-tera-enable" class="option-anchor">vim.languages.tera.enable</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>Whether to enable Tera templating language support.</p>
</body></html></div>
<div class="option-default">Default: <code>false</code></div>
<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/languages/tera.nix" target="_blank">&lt;nvf/modules/plugins/languages/tera.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-tera-treesitter-enable">
<h3 class="option-name">
<a href="#option-vim-languages-tera-treesitter-enable" class="option-anchor">vim.languages.tera.treesitter.enable</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>Whether to enable Tera treesitter.</p>
</body></html></div>
<div class="option-default">Default: <code>false</code></div>
<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/languages/tera.nix" target="_blank">&lt;nvf/modules/plugins/languages/tera.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-tera-treesitter-package">
<h3 class="option-name">
<a href="#option-vim-languages-tera-treesitter-package" class="option-anchor">vim.languages.tera.treesitter.package</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>package</code></div>
<div class="option-description"><html><head></head><body><p>The tera treesitter package to use.</p>
</body></html></div>
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.tera</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/tera.nix" target="_blank">&lt;nvf/modules/plugins/languages/tera.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-terraform-enable">
<h3 class="option-name">
<a href="#option-vim-languages-terraform-enable" class="option-anchor">vim.languages.terraform.enable</a>