Skip to content

Commit

Permalink
deploy: 489e6af
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Apr 3, 2024
1 parent 73ad767 commit e0ddeb6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
<main/modules/git/git.nix>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.globals"></a><a class="term" href="options.html#opt-vim.globals"><code class="option">vim.globals</code></a></span></dt><dd><p>Set containing global variable values</p><p><span class="emphasis"><em>Type:</em></span> attribute set</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">{ }</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/gvolpe/neovim-flake/blob/main/modules/core" target="_top">
&lt;main/modules/core&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.harpoon.enable"></a><a class="term" href="options.html#opt-vim.harpoon.enable"><code class="option">vim.harpoon.enable</code></a></span></dt><dd><p>Enable the Harpoon plugin (better marks-based navigation)</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/gvolpe/neovim-flake/blob/main/modules/harpoon" target="_top">
&lt;main/modules/harpoon&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.hideSearchHighlight"></a><a class="term" href="options.html#opt-vim.hideSearchHighlight"><code class="option">vim.hideSearchHighlight</code></a></span></dt><dd><p>Hide search highlight so it doesn't stay highlighted</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/gvolpe/neovim-flake/blob/main/modules/basic" target="_top">
&lt;main/modules/basic&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.hop.enable"></a><a class="term" href="options.html#opt-vim.hop.enable"><code class="option">vim.hop.enable</code></a></span></dt><dd><p>Enable Hop plugin (easy motion)</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/gvolpe/neovim-flake/blob/main/modules/hop" target="_top">
Expand Down
29 changes: 29 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,35 @@ <h4 class="title is-4">Declarations</h4>
</div>
</div>
</div>
<div class="nixoption block" id="vim.harpoon.enable">
<div class="level">
<div class="level-left">
<div class="level-item">
<h3 class="title is-3"> <a href="#vim.harpoon.enable"># </a> vim.harpoon.enable </h3>
</div>
</div>
<div class="level-right">
<div class="level-item">
<span class="tag is-medium is-info">boolean</span>
</div>
</div>
</div>

<p class="subtitle"> Enable the Harpoon plugin (better marks-based navigation) </p>

<div class="block">
<p class="block"><strong>Default:</strong> <code></code> </p>
<p class="block"><strong>Example:</strong> <code></code> </p>

<h4 class="title is-4">Declarations</h4>

<div class="block">
<ul>
<li> <a href="https://github.com/gvolpe/neovim-flake/blob/main/modules/harpoon" target="_blank"> <code> &lt;/modules/harpoon&gt; </code> </a> </li>
</ul>
</div>
</div>
</div>
<div class="nixoption block" id="vim.hideSearchHighlight">
<div class="level">
<div class="level-left">
Expand Down

0 comments on commit e0ddeb6

Please sign in to comment.