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;
|
separator = true;
|
||||||
text = "File Explorer";
|
text = "File Explorer";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
filetype = "neo-tree";
|
||||||
|
highlight = "Directory";
|
||||||
|
separator = true;
|
||||||
|
text = "File Explorer";
|
||||||
|
}
|
||||||
]
|
]
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
@ -37538,9 +37544,10 @@ boolean</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>List of treesitter grammars to install.</p><p>For languages already supported by nvf, you may
|
<p>List of treesitter grammars to install. For grammars to be installed properly,
|
||||||
use the <code class="option">vim.language.<lang>.treesitter</code> options, which
|
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
|
||||||
will automatically add the required grammars to this.</p>
|
<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>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
list of package</p>
|
list of package</p>
|
||||||
|
|
@ -37548,6 +37555,13 @@ list of package</p>
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">[ ]</code></p>
|
<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>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
@ -40804,6 +40818,9 @@ list of string</p>
|
||||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
||||||
"dirvish"
|
"dirvish"
|
||||||
"fugitive"
|
"fugitive"
|
||||||
|
"help"
|
||||||
|
"neo-tree"
|
||||||
|
"notify"
|
||||||
"NvimTree"
|
"NvimTree"
|
||||||
"TelescopePrompt"
|
"TelescopePrompt"
|
||||||
]
|
]
|
||||||
23
options.html
23
options.html
|
|
@ -35017,6 +35017,12 @@ list of (attribute set)</p>
|
||||||
separator = true;
|
separator = true;
|
||||||
text = "File Explorer";
|
text = "File Explorer";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
filetype = "neo-tree";
|
||||||
|
highlight = "Directory";
|
||||||
|
separator = true;
|
||||||
|
text = "File Explorer";
|
||||||
|
}
|
||||||
]
|
]
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
@ -37538,9 +37544,10 @@ boolean</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>List of treesitter grammars to install.</p><p>For languages already supported by nvf, you may
|
<p>List of treesitter grammars to install. For grammars to be installed properly,
|
||||||
use the <code class="option">vim.language.<lang>.treesitter</code> options, which
|
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
|
||||||
will automatically add the required grammars to this.</p>
|
<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>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
list of package</p>
|
list of package</p>
|
||||||
|
|
@ -37548,6 +37555,13 @@ list of package</p>
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">[ ]</code></p>
|
<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>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
@ -40804,6 +40818,9 @@ list of string</p>
|
||||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
||||||
"dirvish"
|
"dirvish"
|
||||||
"fugitive"
|
"fugitive"
|
||||||
|
"help"
|
||||||
|
"neo-tree"
|
||||||
|
"notify"
|
||||||
"NvimTree"
|
"NvimTree"
|
||||||
"TelescopePrompt"
|
"TelescopePrompt"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue