Skip to content

Commit

Permalink
deploy: a94069d
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jul 29, 2023
1 parent ac21fd1 commit 1684ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<main/modules/lsp/lspsaga.nix>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.enable"></a><a class="term" href="options.html#opt-vim.lsp.nix.enable"><code class="option">vim.lsp.nix.enable</code></a></span></dt><dd><p>Whether to enable Nix LSP.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</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/lsp/lsp.nix" target="_top">
&lt;main/modules/lsp/lsp.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.type"></a><a class="term" href="options.html#opt-vim.lsp.nix.type"><code class="option">vim.lsp.nix.type</code></a></span></dt><dd><p>Whether to use `nil` or `rnix-lsp`</p><p><span class="emphasis"><em>Type:</em></span> one of "nil", "rnix-lsp"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"rnix-lsp"</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/lsp/lsp.nix" target="_top">
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.type"></a><a class="term" href="options.html#opt-vim.lsp.nix.type"><code class="option">vim.lsp.nix.type</code></a></span></dt><dd><p>Whether to use `nixd`, `nil` or `rnix-lsp`</p><p><span class="emphasis"><em>Type:</em></span> one of "nixd", "nil", "rnix-lsp"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"nil"</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/lsp/lsp.nix" target="_top">
&lt;main/modules/lsp/lsp.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nvimCodeActionMenu.enable"></a><a class="term" href="options.html#opt-vim.lsp.nvimCodeActionMenu.enable"><code class="option">vim.lsp.nvimCodeActionMenu.enable</code></a></span></dt><dd><p>Whether to enable nvim code action menu.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</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/lsp/nvim-code-action-menu.nix" target="_top">
&lt;main/modules/lsp/nvim-code-action-menu.nix&gt;
Expand Down
6 changes: 3 additions & 3 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -1780,15 +1780,15 @@ <h3 class="title is-3"> <a href="#vim.lsp.nix.type"># </a> vim.lsp.nix.type </h
</div>
<div class="level-right">
<div class="level-item">
<span class="tag is-medium is-info">one of &#34;nil&#34;, &#34;rnix-lsp&#34;</span>
<span class="tag is-medium is-info">one of &#34;nixd&#34;, &#34;nil&#34;, &#34;rnix-lsp&#34;</span>
</div>
</div>
</div>

<p class="subtitle"> Whether to use `nil` or `rnix-lsp` </p>
<p class="subtitle"> Whether to use `nixd`, `nil` or `rnix-lsp` </p>

<div class="block">
<p class="block"><strong>Default:</strong> <code>&#34;rnix-lsp&#34;</code> </p>
<p class="block"><strong>Default:</strong> <code>&#34;nil&#34;</code> </p>
<p class="block"><strong>Example:</strong> <code></code> </p>

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

0 comments on commit 1684ee9

Please sign in to comment.