Skip to content

Commit

Permalink
deploy: edbd8ea
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed May 13, 2024
1 parent 40f47b1 commit 8f3bdd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<main/modules/lsp/lsp.nix>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.scala.enable"></a><a class="term" href="options.html#opt-vim.lsp.scala.enable"><code class="option">vim.lsp.scala.enable</code></a></span></dt><dd><p>Whether to enable Scala LSP (Metals).</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.scala.metals"></a><a class="term" href="options.html#opt-vim.lsp.scala.metals"><code class="option">vim.lsp.scala.metals</code></a></span></dt><dd><p>The Metals package to use. Default pkgs.metals.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">&lt;derivation metals-1.2.0&gt;</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.scala.metals"></a><a class="term" href="options.html#opt-vim.lsp.scala.metals"><code class="option">vim.lsp.scala.metals</code></a></span></dt><dd><p>The Metals package to use. Default pkgs.metals.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">&lt;derivation metals-1.3.0&gt;</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.smithy.enable"></a><a class="term" href="options.html#opt-vim.lsp.smithy.enable"><code class="option">vim.lsp.smithy.enable</code></a></span></dt><dd><p>Whether to enable Smithy Language 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;
Expand All @@ -200,7 +200,7 @@
&lt;main/modules/lsp/lsp.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.smithy.server.name"></a><a class="term" href="options.html#opt-vim.lsp.smithy.server.name"><code class="option">vim.lsp.smithy.server.name</code></a></span></dt><dd><p>The Smithy LSP server dependency (usually a jar)</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"com.disneystreaming.smithy:smithy-language-server"</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.smithy.server.version"></a><a class="term" href="options.html#opt-vim.lsp.smithy.server.version"><code class="option">vim.lsp.smithy.server.version</code></a></span></dt><dd><p>The Smithy LSP server dependency version</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"0.0.28"</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.smithy.server.version"></a><a class="term" href="options.html#opt-vim.lsp.smithy.server.version"><code class="option">vim.lsp.smithy.server.version</code></a></span></dt><dd><p>The Smithy LSP server dependency version</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"0.0.30"</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.sql"></a><a class="term" href="options.html#opt-vim.lsp.sql"><code class="option">vim.lsp.sql</code></a></span></dt><dd><p>Whether to enable SQL Language 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;
Expand Down Expand Up @@ -274,7 +274,7 @@
&lt;main/modules/core&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.snippets.vsnip.enable"></a><a class="term" href="options.html#opt-vim.snippets.vsnip.enable"><code class="option">vim.snippets.vsnip.enable</code></a></span></dt><dd><p>Whether to enable Enable vim-vsnip.</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/snippets" target="_top">
&lt;main/modules/snippets&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.snippets.vsnip.dataDir"></a><a class="term" href="options.html#opt-vim.snippets.vsnip.dataDir"><code class="option">vim.snippets.vsnip.dataDir</code></a></span></dt><dd><p>Directory for the snippet files</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"/nix/store/p5521ccnsqd22qp6v68n6dam5lv9y18p-source/snippets"</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/snippets" target="_top">
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.snippets.vsnip.dataDir"></a><a class="term" href="options.html#opt-vim.snippets.vsnip.dataDir"><code class="option">vim.snippets.vsnip.dataDir</code></a></span></dt><dd><p>Directory for the snippet files</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"/nix/store/gw1qyqy0arw4zyrknnw7yqv4inf5a1jh-source/snippets"</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/snippets" target="_top">
&lt;main/modules/snippets&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.snoremap"></a><a class="term" href="options.html#opt-vim.snoremap"><code class="option">vim.snoremap</code></a></span></dt><dd><p>Defines 'Select 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;
Expand Down
6 changes: 3 additions & 3 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ <h3 class="title is-3"> <a href="#vim.lsp.scala.metals"># </a> vim.lsp.scala.met
<p class="subtitle"> The Metals package to use. Default pkgs.metals. </p>

<div class="block">
<p class="block"><strong>Default:</strong> <code>&lt;derivation metals-1.2.2&gt;</code> </p>
<p class="block"><strong>Default:</strong> <code>&lt;derivation metals-1.3.0&gt;</code> </p>
<p class="block"><strong>Example:</strong> <code></code> </p>

<h4 class="title is-4">Declarations</h4>
Expand Down Expand Up @@ -2171,7 +2171,7 @@ <h3 class="title is-3"> <a href="#vim.lsp.smithy.server.version"># </a> vim.lsp.
<p class="subtitle"> The Smithy LSP server dependency version </p>

<div class="block">
<p class="block"><strong>Default:</strong> <code>&#34;0.0.28&#34;</code> </p>
<p class="block"><strong>Default:</strong> <code>&#34;0.0.30&#34;</code> </p>
<p class="block"><strong>Example:</strong> <code></code> </p>

<h4 class="title is-4">Declarations</h4>
Expand Down Expand Up @@ -3134,7 +3134,7 @@ <h3 class="title is-3"> <a href="#vim.snippets.vsnip.dataDir"># </a> vim.snippet
<p class="subtitle"> Directory for the snippet files </p>

<div class="block">
<p class="block"><strong>Default:</strong> <code>&#34;/nix/store/p5521ccnsqd22qp6v68n6dam5lv9y18p-source/snippets&#34;</code> </p>
<p class="block"><strong>Default:</strong> <code>&#34;/nix/store/gw1qyqy0arw4zyrknnw7yqv4inf5a1jh-source/snippets&#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 8f3bdd4

Please sign in to comment.