mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 23:35:13 +00:00
Compare commits
10 commits
49245c70a6
...
f7b91191c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7b91191c2 | ||
|
|
1669de711c | ||
|
|
d7e40a2916 | ||
|
|
a46332e2a7 | ||
|
|
f6aa4c8e60 | ||
|
|
48b60c427a | ||
|
|
8d1f040d07 | ||
|
|
05011e4872 | ||
|
|
f15e8b1138 | ||
|
|
8468bd4d1d |
13 changed files with 40 additions and 6 deletions
|
|
@ -35017,6 +35017,12 @@ list of (attribute set)</p>
|
|||
separator = true;
|
||||
text = "File Explorer";
|
||||
}
|
||||
{
|
||||
filetype = "neo-tree";
|
||||
highlight = "Directory";
|
||||
separator = true;
|
||||
text = "File Explorer";
|
||||
}
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
|
|
@ -37538,9 +37544,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 +37555,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>
|
||||
|
|
@ -40804,6 +40818,9 @@ list of string</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
||||
"dirvish"
|
||||
"fugitive"
|
||||
"help"
|
||||
"neo-tree"
|
||||
"notify"
|
||||
"NvimTree"
|
||||
"TelescopePrompt"
|
||||
]
|
||||
23
options.html
23
options.html
|
|
@ -35017,6 +35017,12 @@ list of (attribute set)</p>
|
|||
separator = true;
|
||||
text = "File Explorer";
|
||||
}
|
||||
{
|
||||
filetype = "neo-tree";
|
||||
highlight = "Directory";
|
||||
separator = true;
|
||||
text = "File Explorer";
|
||||
}
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
|
|
@ -37538,9 +37544,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 +37555,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>
|
||||
|
|
@ -40804,6 +40818,9 @@ list of string</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
||||
"dirvish"
|
||||
"fugitive"
|
||||
"help"
|
||||
"neo-tree"
|
||||
"notify"
|
||||
"NvimTree"
|
||||
"TelescopePrompt"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue