Skip to content

Commit

Permalink
deploy: e3861d6
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Apr 4, 2024
1 parent e0ddeb6 commit e029fac
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 @@ -412,4 +412,6 @@
<main/modules/core>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.xnoremap"></a><a class="term" href="options.html#opt-vim.xnoremap"><code class="option">vim.xnoremap</code></a></span></dt><dd><p>Defines 'Visual mode' mappings</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (null or string)</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.zen.enable"></a><a class="term" href="options.html#opt-vim.zen.enable"><code class="option">vim.zen.enable</code></a></span></dt><dd><p>Enable Zen mode (distraction-free coding) with twilight (dim code)</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/zen" target="_top">
&lt;main/modules/zen&gt;
</a></code></td></tr></table></dd></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Neovim Flake by Gabriel Volpe </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
29 changes: 29 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -5147,6 +5147,35 @@ <h4 class="title is-4">Declarations</h4>
</div>
</div>
</div>
<div class="nixoption block" id="vim.zen.enable">
<div class="level">
<div class="level-left">
<div class="level-item">
<h3 class="title is-3"> <a href="#vim.zen.enable"># </a> vim.zen.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 Zen mode (distraction-free coding) with twilight (dim code) </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/zen" target="_blank"> <code> &lt;/modules/zen&gt; </code> </a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit e029fac

Please sign in to comment.