Compare commits

...

10 commits

Author SHA1 Message Date
GitHub Actions
f7b91191c2 Deploy PR #793 preview 2025-04-04 18:47:33 +00:00
NotAShelf
1669de711c deploy: 5a3ac8993a 2025-04-04 17:26:44 +00:00
GitHub Actions
d7e40a2916 Deploy PR #791 preview 2025-04-04 17:26:40 +00:00
GitHub Actions
a46332e2a7 Deploy PR #791 preview 2025-04-04 16:35:23 +00:00
GitHub Actions
f6aa4c8e60 Deploy PR #789 preview 2025-04-04 13:57:40 +00:00
NotAShelf
48b60c427a deploy: 7918b43155 2025-04-04 13:52:29 +00:00
GitHub Actions
8d1f040d07 Deploy PR #788 preview 2025-04-04 13:52:25 +00:00
GitHub Actions
05011e4872 Deploy PR #786 preview 2025-04-04 13:48:07 +00:00
NotAShelf
f15e8b1138 deploy: 072f7599ae 2025-04-04 13:47:36 +00:00
GitHub Actions
8468bd4d1d Deploy PR #788 preview 2025-04-04 12:26:27 +00:00
13 changed files with 40 additions and 6 deletions

View file

@ -35017,6 +35017,12 @@ 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>
@ -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.&lt;lang&gt;.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.&lt;lang&gt;.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">[
&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,6 +35017,12 @@ 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>
@ -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.&lt;lang&gt;.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.&lt;lang&gt;.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">[
&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;
] ]