mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
deploy: 072f7599ae
This commit is contained in:
parent
8468bd4d1d
commit
f15e8b1138
25 changed files with 11 additions and 103267 deletions
14
options.html
14
options.html
|
@ -37538,9 +37538,10 @@ boolean</p>
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>List of treesitter grammars to install.</p><p>For languages already supported by nvf, you may
|
||||
use the <code class="option">vim.language.<lang>.treesitter</code> options, which
|
||||
will automatically add the required grammars to this.</p>
|
||||
<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
|
||||
<code class="option">vim.language.<lang>.treesitter</code> options, which will automatically add
|
||||
the required grammars to this.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
list of package</p>
|
||||
|
@ -37548,6 +37549,13 @@ list of package</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">[ ]</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||
regex
|
||||
kdl
|
||||
];
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue