mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
Compare commits
No commits in common. "f7b91191c269a3de17fd81d588cf3d0362c2ba17" and "49245c70a68c40ea52c21abb48688591871920e0" have entirely different histories.
f7b91191c2
...
49245c70a6
13 changed files with 6 additions and 40 deletions
|
|
@ -35017,12 +35017,6 @@ 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>
|
||||||
|
|
||||||
|
|
@ -37544,10 +37538,9 @@ boolean</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>List of treesitter grammars to install. For grammars to be installed properly,
|
<p>List of treesitter grammars to install.</p><p>For languages already supported by nvf, you may
|
||||||
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
|
use the <code class="option">vim.language.<lang>.treesitter</code> options, which
|
||||||
<code class="option">vim.language.<lang>.treesitter</code> options, which will automatically add
|
will automatically add the required grammars to this.</p>
|
||||||
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>
|
||||||
|
|
@ -37555,13 +37548,6 @@ 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>
|
||||||
|
|
@ -40818,9 +40804,6 @@ 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,12 +35017,6 @@ 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>
|
||||||
|
|
||||||
|
|
@ -37544,10 +37538,9 @@ boolean</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>List of treesitter grammars to install. For grammars to be installed properly,
|
<p>List of treesitter grammars to install.</p><p>For languages already supported by nvf, you may
|
||||||
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
|
use the <code class="option">vim.language.<lang>.treesitter</code> options, which
|
||||||
<code class="option">vim.language.<lang>.treesitter</code> options, which will automatically add
|
will automatically add the required grammars to this.</p>
|
||||||
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>
|
||||||
|
|
@ -37555,13 +37548,6 @@ 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>
|
||||||
|
|
@ -40818,9 +40804,6 @@ 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