Skip to content

Commit

Permalink
deploy: e006b51
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Oct 2, 2023
1 parent e8b3750 commit c4347f2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 3 additions & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@
<main/modules/lsp/lsp.nix>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.smithy.launcher"></a><a class="term" href="options.html#opt-vim.lsp.smithy.launcher"><code class="option">vim.lsp.smithy.launcher</code></a></span></dt><dd><p>The launcher of the LSP server</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">&lt;derivation coursier-2.1.7&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.server.class"></a><a class="term" href="options.html#opt-vim.lsp.smithy.server.class"><code class="option">vim.lsp.smithy.server.class</code></a></span></dt><dd><p>The Smithy LSP server main class</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"software.amazon.smithy.lsp.Main"</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.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.20"</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.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">
&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
31 changes: 30 additions & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,35 @@ <h4 class="title is-4">Declarations</h4>
</div>
</div>
</div>
<div class="nixoption block" id="vim.lsp.smithy.server.class">
<div class="level">
<div class="level-left">
<div class="level-item">
<h3 class="title is-3"> <a href="#vim.lsp.smithy.server.class"># </a> vim.lsp.smithy.server.class </h3>
</div>
</div>
<div class="level-right">
<div class="level-item">
<span class="tag is-medium is-info">string</span>
</div>
</div>
</div>

<p class="subtitle"> The Smithy LSP server main class </p>

<div class="block">
<p class="block"><strong>Default:</strong> <code>&#34;software.amazon.smithy.lsp.Main&#34;</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/lsp/lsp.nix" target="_blank"> <code> &lt;/modules/lsp/lsp.nix&gt; </code> </a> </li>
</ul>
</div>
</div>
</div>
<div class="nixoption block" id="vim.lsp.smithy.server.name">
<div class="level">
<div class="level-left">
Expand Down Expand Up @@ -2084,7 +2113,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.20&#34;</code> </p>
<p class="block"><strong>Default:</strong> <code>&#34;0.0.28&#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 c4347f2

Please sign in to comment.