This commit is contained in:
NotAShelf 2024-12-10 13:36:16 +00:00
commit 037ee44b24
2 changed files with 147 additions and 8 deletions

View file

@ -29,7 +29,7 @@
<div class="titlepage">
<div>
<div><h1 class="title"><a id="nvf-manual"></a>nvf manual</h1></div>
<div><h2 class="subtitle">Version v0.7</h2></div>
<div><h2 class="subtitle">Version v0.8</h2></div>
</div>
<hr />
</div>
@ -882,7 +882,7 @@ you get it done.</p></div>
</code></pre><p>Prepending <code class="literal">plugin-</code> to the name of the input will allow nvf to automatically
discover inputs that are marked as plugins, and make them available in
<code class="literal">vim.startPlugins</code> or other areas that require a very specific plugin type as it
is defined in <code class="literal">https://github.com/notashelf/nvf/blob/v0.7/lib/types/plugins.nix</code></p><p>The addition of the <code class="literal">plugin-</code> prefix will allow <span class="strong"><strong>nvf</strong></span> to autodiscover the
is defined in <code class="literal">https://github.com/notashelf/nvf/blob/v0.8/lib/types/plugins.nix</code></p><p>The addition of the <code class="literal">plugin-</code> prefix will allow <span class="strong"><strong>nvf</strong></span> to autodiscover the
input from the flake inputs automatically, allowing you to refer to it in areas
that require a very specific plugin type as defined in <code class="literal">lib/types/plugins.nix</code></p><p>You can now reference this plugin using its string name, the plugin will be
built with the name and source URL from the flake input, allowing you to refer