mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-12 07:48:56 +00:00
Deploy PR #1620 preview
This commit is contained in:
parent
a0c2dee9c1
commit
4f1152af58
3 changed files with 35 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
|
@ -10323,7 +10323,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.lsp">
|
||||
<span>vim.lsp</span>
|
||||
<span class="toc-count">162</span>
|
||||
<span class="toc-count">163</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -11321,6 +11321,14 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.lsp.presets.stimulus-language-server.enable' title="vim.lsp.presets.stimulus-language-server.enable">
|
||||
presets.stimulus-language-server.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.lsp.presets.superhtml.enable' title="vim.lsp.presets.superhtml.enable">
|
||||
presets.superhtml.enable
|
||||
|
|
@ -31433,7 +31441,7 @@ not listed in the docs</p>
|
|||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>list of (one of "superhtml", "emmet-ls", "angular-language-server")</code></div>
|
||||
<div class="option-type">Type: <code>list of (one of "superhtml", "emmet-ls", "angular-language-server", "stimulus-language-server")</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>HTML LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
|
|
@ -31662,7 +31670,7 @@ not listed in the docs</p>
|
|||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>list of (one of "jinja-lsp", "emmet-ls")</code></div>
|
||||
<div class="option-type">Type: <code>list of (one of "jinja-lsp", "emmet-ls", "stimulus-language-server")</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Jinja LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
|
|
@ -33835,7 +33843,7 @@ This is a python package with debugpy installed, see <a href="https://nixos.wiki
|
|||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>list of ((one of "ruby-lsp", "solargraph") or value "ruby_lsp" (singular enum) convertible to it)</code></div>
|
||||
<div class="option-type">Type: <code>list of ((one of "ruby-lsp", "solargraph", "stimulus-language-server") or value "ruby_lsp" (singular enum) convertible to it)</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Ruby LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
|
|
@ -34786,7 +34794,7 @@ not listed in the docs</p>
|
|||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>list of value "emmet-ls" (singular enum)</code></div>
|
||||
<div class="option-type">Type: <code>list of (one of "emmet-ls", "stimulus-language-server")</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Tera LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[ ]</code></div>
|
||||
|
|
@ -35348,7 +35356,7 @@ not listed in the docs</p>
|
|||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>list of (one of "twig-language-server", "emmet-ls")</code></div>
|
||||
<div class="option-type">Type: <code>list of (one of "twig-language-server", "emmet-ls", "stimulus-language-server")</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Twig LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
|
|
@ -38493,6 +38501,22 @@ Use <code class="nixos-option">vim.lsp.servers.sqls</code> for customization
|
|||
<div class="option-example">Example: <code>true</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/lsp/presets/sqls.nix" target="_blank"><nvf/modules/plugins/lsp/presets/sqls.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.lsp.presets.stimulus-language-server.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.lsp.presets.stimulus-language-server.enable" class="option-anchor">vim.lsp.presets.stimulus-language-server.enable</a>
|
||||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>boolean</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Whether to enable the Stimulus Language Server.
|
||||
Default <code>filetypes = [ ]</code>.
|
||||
Use <code class="nixos-option">vim.lsp.servers.stimulus-language-server</code> for customization
|
||||
.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>false</code></div>
|
||||
<div class="option-example">Example: <code>true</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/lsp/presets/stimulus-language-server.nix" target="_blank"><nvf/modules/plugins/lsp/presets/stimulus-language-server.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.lsp.presets.superhtml.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.lsp.presets.superhtml.enable" class="option-anchor">vim.lsp.presets.superhtml.enable</a>
|
||||
|
|
|
|||
|
|
@ -596,6 +596,10 @@ tree-sitter incompatibilities.</p>
|
|||
<code>languages.lua</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Added the <a href="https://github.com/marcoroth/stimulus-lsp">Stimulus LSP</a> as LSP
|
||||
preset.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Added <code>languages.docker</code> for Docker and Docker-Compose support. Thanks to
|
||||
<a href="https://github.com/poseidon-rises">poseidon-rises</a> for creating most of it in
|
||||
<a href="https://github.com/NotAShelf/nvf/pull/1104">!1104</a>.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue