mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-12 15:58:58 +00:00
Deploy PR #1620 preview
This commit is contained in:
parent
4ea749459c
commit
a0c2dee9c1
3 changed files with 12 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
|
@ -30627,7 +30627,7 @@ missing from <code>PATH</code>", leave this option disabled.</p>
|
||||||
<div class="option-type">Type: <code>package</code></div>
|
<div class="option-type">Type: <code>package</code></div>
|
||||||
<div class="option-description"><html><head></head><body><p>Go debugger package.</p>
|
<div class="option-description"><html><head></head><body><p>Go debugger package.</p>
|
||||||
</body></html></div>
|
</body></html></div>
|
||||||
<div class="option-default">Default: <code><derivation delve-1.26.1></code></div>
|
<div class="option-default">Default: <code><derivation delve-1.26.3></code></div>
|
||||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/go.nix" target="_blank"><nvf/modules/plugins/languages/go.nix></a></code></div>
|
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/go.nix" target="_blank"><nvf/modules/plugins/languages/go.nix></a></code></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="option" id="option-vim.languages.go.enable">
|
<div class="option" id="option-vim.languages.go.enable">
|
||||||
|
|
@ -31068,7 +31068,7 @@ not listed in the docs</p>
|
||||||
<div class="option-description"><html><head></head><body><p>Command for haskell-language-server.</p>
|
<div class="option-description"><html><head></head><body><p>Command for haskell-language-server.</p>
|
||||||
</body></html></div>
|
</body></html></div>
|
||||||
<div class="option-default">Default: <code>[
|
<div class="option-default">Default: <code>[
|
||||||
"/nix/store/d95vbnsn7i1xw62rmvzhf0wkw877zmjy-haskell-language-server-wrapper/bin/haskell-language-server-wrapper"
|
"/nix/store/z416ljchbky47g72k5fgkmc6gkx3jixf-haskell-language-server-wrapper/bin/haskell-language-server-wrapper"
|
||||||
"--lsp"
|
"--lsp"
|
||||||
]</code></div>
|
]</code></div>
|
||||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/haskell.nix" target="_blank"><nvf/modules/plugins/languages/haskell.nix></a></code></div>
|
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/haskell.nix" target="_blank"><nvf/modules/plugins/languages/haskell.nix></a></code></div>
|
||||||
|
|
@ -33442,7 +33442,7 @@ have any of these filetypes.</p>
|
||||||
<div class="option-description"><html><head></head><body><p>Python debugger package.
|
<div class="option-description"><html><head></head><body><p>Python debugger package.
|
||||||
This is a python package with debugpy installed, see <a href="https://nixos.wiki/wiki/Python#Install_Python_Packages">https://nixos.wiki/wiki/Python#Install_Python_Packages</a>.</p>
|
This is a python package with debugpy installed, see <a href="https://nixos.wiki/wiki/Python#Install_Python_Packages">https://nixos.wiki/wiki/Python#Install_Python_Packages</a>.</p>
|
||||||
</body></html></div>
|
</body></html></div>
|
||||||
<div class="option-default">Default: <code><derivation python3-3.13.12-env></code></div>
|
<div class="option-default">Default: <code><derivation python3-3.13.13-env></code></div>
|
||||||
<div class="option-example">Example: <code>with pkgs; python39.withPackages (ps: with ps; [debugpy])</code></div>
|
<div class="option-example">Example: <code>with pkgs; python39.withPackages (ps: with ps; [debugpy])</code></div>
|
||||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/python.nix" target="_blank"><nvf/modules/plugins/languages/python.nix></a></code></div>
|
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/python.nix" target="_blank"><nvf/modules/plugins/languages/python.nix></a></code></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -34109,7 +34109,7 @@ not listed in the docs</p>
|
||||||
<div class="option-type">Type: <code>package or list of string</code></div>
|
<div class="option-type">Type: <code>package or list of string</code></div>
|
||||||
<div class="option-description"><html><head></head><body><p>rust-analyzer package, or the command to run as a list of strings</p>
|
<div class="option-description"><html><head></head><body><p>rust-analyzer package, or the command to run as a list of strings</p>
|
||||||
</body></html></div>
|
</body></html></div>
|
||||||
<div class="option-default">Default: <code><derivation rust-analyzer-2026-04-27></code></div>
|
<div class="option-default">Default: <code><derivation rust-analyzer-2026-06-01></code></div>
|
||||||
<div class="option-example">Example: <code>"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></div>
|
<div class="option-example">Example: <code>"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></div>
|
||||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/rust.nix" target="_blank"><nvf/modules/plugins/languages/rust.nix></a></code></div>
|
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/rust.nix" target="_blank"><nvf/modules/plugins/languages/rust.nix></a></code></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -564,10 +564,6 @@ more flexibility in nvf and reuse of LSPs across languages. Dropped
|
||||||
<code>deprecatedSingleOrListOf</code> in favor of <code>listOf</code> for the affected LSP options.</p>
|
<code>deprecatedSingleOrListOf</code> in favor of <code>listOf</code> for the affected LSP options.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Added <a class="option-reference" href="options.html#option-vim.lsp.presets.docker-language-server.enable"><code class="nixos-option">vim.lsp.presets.docker-language-server.enable</code></a> for Docker
|
|
||||||
support.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>Added <a class="option-reference" href="options.html#option-vim.lsp.presets.angular-language-server.enable"><code class="nixos-option">vim.lsp.presets.angular-language-server.enable</code></a> for Angular
|
<p>Added <a class="option-reference" href="options.html#option-vim.lsp.presets.angular-language-server.enable"><code class="nixos-option">vim.lsp.presets.angular-language-server.enable</code></a> for Angular
|
||||||
Template support.</p>
|
Template support.</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -605,6 +601,13 @@ tree-sitter incompatibilities.</p>
|
||||||
<a href="https://github.com/NotAShelf/nvf/pull/1104">!1104</a>.</p>
|
<a href="https://github.com/NotAShelf/nvf/pull/1104">!1104</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<p>Added <a class="option-reference" href="options.html#option-vim.lsp.presets.docker-language-server.enable"><code class="nixos-option">vim.lsp.presets.docker-language-server.enable</code></a> for Docker
|
||||||
|
support.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Mapped <code>dockercompose</code> to be highlighted by treesitter as <code>yaml</code>.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<p>Added <a href="https://mdformat.rtfd.io/"><code>mdformat</code></a> support to <code>languages.markdown</code>
|
<p>Added <a href="https://mdformat.rtfd.io/"><code>mdformat</code></a> support to <code>languages.markdown</code>
|
||||||
with the extensions for <a href="https://github.github.com/gfm/">GFM</a>,
|
with the extensions for <a href="https://github.github.com/gfm/">GFM</a>,
|
||||||
<a href="https://www.markdownlang.com/advanced/frontmatter.html">front matter</a> and
|
<a href="https://www.markdownlang.com/advanced/frontmatter.html">front matter</a> and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue