This commit is contained in:
NotAShelf 2025-07-20 11:42:25 +00:00
commit bbfad8037d
13 changed files with 2 additions and 55744 deletions

View file

@ -40797,7 +40797,8 @@ boolean</p>
</dt>
<dd>
<p>List of treesitter grammars to install. For grammars to be installed properly,
you must use grammars from <code class="literal">pkgs.vimPlugins.nvim-treesitter.builtGrammars</code>.</p><p>For languages already supported by nvf, you may use
you must use grammars from <code class="literal">pkgs.vimPlugins.nvim-treesitter.builtGrammars</code>.
You can use <code class="literal">pkgs.vimPlugins.nvim-treesitter.allGrammars</code> to install all grammars.</p><p>For languages already supported by nvf, you may use
<code class="option">vim.language.&lt;lang&gt;.treesitter</code> options, which will automatically add
the required grammars to this.</p>