Skip to content

Commit

Permalink
deploy: 48829f9
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Dec 10, 2024
1 parent 8f1bf1a commit 037ee44
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 8 deletions.
4 changes: 2 additions & 2 deletions index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 037ee44

Please sign in to comment.