mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-18 21:17:23 +00:00
Deploy PR #1591 preview
This commit is contained in:
parent
d4507ddde2
commit
3028c4c4d7
4 changed files with 179 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -272,6 +272,7 @@ languages have sections under the <code>vim.languages</code> attribute.</p>
|
|||
<li><a class="option-reference" href="options.html#option-vim.languages.docker.enable"><code class="nixos-option">vim.languages.docker.enable</code></a></li>
|
||||
<li><a class="option-reference" href="options.html#option-vim.languages.elixir.enable"><code class="nixos-option">vim.languages.elixir.enable</code></a></li>
|
||||
<li><a class="option-reference" href="options.html#option-vim.languages.elm.enable"><code class="nixos-option">vim.languages.elm.enable</code></a></li>
|
||||
<li><a class="option-reference" href="options.html#option-vim.languages.fish.enable"><code class="nixos-option">vim.languages.fish.enable</code></a></li>
|
||||
<li><a class="option-reference" href="options.html#option-vim.languages.fluent.enable"><code class="nixos-option">vim.languages.fluent.enable</code></a></li>
|
||||
<li><a class="option-reference" href="options.html#option-vim.languages.fsharp.enable"><code class="nixos-option">vim.languages.fsharp.enable</code></a></li>
|
||||
<li><a class="option-reference" href="options.html#option-vim.languages.gettext.enable"><code class="nixos-option">vim.languages.gettext.enable</code></a></li>
|
||||
|
|
|
|||
|
|
@ -5335,7 +5335,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.languages">
|
||||
<span>vim.languages</span>
|
||||
<span class="toc-count">546</span>
|
||||
<span class="toc-count">553</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -6373,6 +6373,62 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.enable' title="vim.languages.fish.enable">
|
||||
fish.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.format.enable' title="vim.languages.fish.format.enable">
|
||||
fish.format.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.format.type' title="vim.languages.fish.format.type">
|
||||
fish.format.type
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.lsp.enable' title="vim.languages.fish.lsp.enable">
|
||||
fish.lsp.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.lsp.servers' title="vim.languages.fish.lsp.servers">
|
||||
fish.lsp.servers
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.treesitter.enable' title="vim.languages.fish.treesitter.enable">
|
||||
fish.treesitter.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fish.treesitter.package' title="vim.languages.fish.treesitter.package">
|
||||
fish.treesitter.package
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.languages.fluent.enable' title="vim.languages.fluent.enable">
|
||||
fluent.enable
|
||||
|
|
@ -9891,7 +9947,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.lsp">
|
||||
<span>vim.lsp</span>
|
||||
<span class="toc-count">156</span>
|
||||
<span class="toc-count">157</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -10529,6 +10585,14 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.lsp.presets.fish-lsp.enable' title="vim.lsp.presets.fish-lsp.enable">
|
||||
presets.fish-lsp.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.lsp.presets.fsautocomplete.enable' title="vim.lsp.presets.fsautocomplete.enable">
|
||||
presets.fsautocomplete.enable
|
||||
|
|
@ -29694,6 +29758,97 @@ missing from <code>PATH</code>", leave this option disabled.</p>
|
|||
<div class="option-default">Default: <code>false</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages" target="_blank"><nvf/modules/plugins/languages></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.enable" class="option-anchor">vim.languages.fish.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 Fish language support.</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/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.format.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.format.enable" class="option-anchor">vim.languages.fish.format.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>Enable Fish formatting</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>config.vim.languages.enableFormat</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.format.type">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.format.type" class="option-anchor">vim.languages.fish.format.type</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>list of value "fish_indent" (singular enum)</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Fish formatter to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
"fish_indent"
|
||||
]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.lsp.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.lsp.enable" class="option-anchor">vim.languages.fish.lsp.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 Fish LSP support.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>config.vim.lsp.enable</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/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.lsp.servers">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.lsp.servers" class="option-anchor">vim.languages.fish.lsp.servers</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>list of value "fish-lsp" (singular enum)</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Fish LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
"fish-lsp"
|
||||
]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.treesitter.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.treesitter.enable" class="option-anchor">vim.languages.fish.treesitter.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 Fish treesitter.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>config.vim.languages.enableTreesitter</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/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fish.treesitter.package">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fish.treesitter.package" class="option-anchor">vim.languages.fish.treesitter.package</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>null or package</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>The fish treesitter package to use.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.fish</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/fish.nix" target="_blank"><nvf/modules/plugins/languages/fish.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.languages.fluent.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.languages.fluent.enable" class="option-anchor">vim.languages.fluent.enable</a>
|
||||
|
|
@ -36576,6 +36731,22 @@ Use <code class="nixos-option">vim.lsp.servers.emmet-ls</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/emmet-ls.nix" target="_blank"><nvf/modules/plugins/lsp/presets/emmet-ls.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.lsp.presets.fish-lsp.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.lsp.presets.fish-lsp.enable" class="option-anchor">vim.lsp.presets.fish-lsp.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 Fish Language Server.
|
||||
Default <code>filetypes = [ ]</code>.
|
||||
Use <code class="nixos-option">vim.lsp.servers.fish-lsp</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/fish-lsp.nix" target="_blank"><nvf/modules/plugins/lsp/presets/fish-lsp.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.lsp.presets.fsautocomplete.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.lsp.presets.fsautocomplete.enable" class="option-anchor">vim.lsp.presets.fsautocomplete.enable</a>
|
||||
|
|
|
|||
|
|
@ -727,6 +727,10 @@ plugin.</li>
|
|||
<li>Add Arduino support with <a href="https://github.com/arduino/arduino-language-server">arduino-language-server</a>.</li>
|
||||
<li>Add GLSL support with <a href="https://github.com/nolanderc/glsl_analyzer">glsl_analyzer</a>.</li>
|
||||
<li>Update fidget-nvim setupOpts and fix NvimTree issue.</li>
|
||||
<li>Add Fish support via <a class="option-reference" href="options.html#option-vim.languages.fish.enable"><code class="nixos-option">vim.languages.fish.enable</code></a> using <a href="https://www.fish-lsp.dev/">fish-lsp</a> and
|
||||
<a href="https://fishshell.com/docs/current/cmds/fish_indent.html">fish_indent</a>. Most of the work done by
|
||||
<a href="https://github.com/poseidon-rises">poseidon-rises</a> in
|
||||
<a href="https://github.com/NotAShelf/nvf/pull/1107">!1107</a>.</li>
|
||||
</ul>
|
||||
<p><a href="https://github.com/itscrystalline">itscrystalline</a>:</p>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue