Compare commits

..

No commits in common. "f7b91191c269a3de17fd81d588cf3d0362c2ba17" and "49245c70a68c40ea52c21abb48688591871920e0" have entirely different histories.

13 changed files with 6 additions and 40 deletions

View file

@ -35017,12 +35017,6 @@ list of (attribute set)</p>
separator = true; separator = true;
text = &quot;File Explorer&quot;; text = &quot;File Explorer&quot;;
} }
{
filetype = &quot;neo-tree&quot;;
highlight = &quot;Directory&quot;;
separator = true;
text = &quot;File Explorer&quot;;
}
] ]
</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.&lt;lang&gt;.treesitter</code> options, which
<code class="option">vim.language.&lt;lang&gt;.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">[
&quot;dirvish&quot; &quot;dirvish&quot;
&quot;fugitive&quot; &quot;fugitive&quot;
&quot;help&quot;
&quot;neo-tree&quot;
&quot;notify&quot;
&quot;NvimTree&quot; &quot;NvimTree&quot;
&quot;TelescopePrompt&quot; &quot;TelescopePrompt&quot;
] ]

View file

@ -35017,12 +35017,6 @@ list of (attribute set)</p>
separator = true; separator = true;
text = &quot;File Explorer&quot;; text = &quot;File Explorer&quot;;
} }
{
filetype = &quot;neo-tree&quot;;
highlight = &quot;Directory&quot;;
separator = true;
text = &quot;File Explorer&quot;;
}
] ]
</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.&lt;lang&gt;.treesitter</code> options, which
<code class="option">vim.language.&lt;lang&gt;.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">[
&quot;dirvish&quot; &quot;dirvish&quot;
&quot;fugitive&quot; &quot;fugitive&quot;
&quot;help&quot;
&quot;neo-tree&quot;
&quot;notify&quot;
&quot;NvimTree&quot; &quot;NvimTree&quot;
&quot;TelescopePrompt&quot; &quot;TelescopePrompt&quot;
] ]