Deploy PR #1591 preview

This commit is contained in:
GitHub Actions 2026-05-16 20:29:35 +00:00
commit 13c369d751
4 changed files with 137 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -319,6 +319,7 @@ languages have sections under the <code>vim.languages</code> attribute.</p>
<li><a class="option-reference" href="options.html#option-vim.languages.typescript.enable"><code class="nixos-option">vim.languages.typescript.enable</code></a></li>
<li><a class="option-reference" href="options.html#option-vim.languages.typst.enable"><code class="nixos-option">vim.languages.typst.enable</code></a></li>
<li><a class="option-reference" href="options.html#option-vim.languages.vala.enable"><code class="nixos-option">vim.languages.vala.enable</code></a></li>
<li><a class="option-reference" href="options.html#option-vim.languages.vhdl.enable"><code class="nixos-option">vim.languages.vhdl.enable</code></a></li>
<li><a class="option-reference" href="options.html#option-vim.languages.vue.enable"><code class="nixos-option">vim.languages.vue.enable</code></a></li>
<li><a class="option-reference" href="options.html#option-vim.languages.wgsl.enable"><code class="nixos-option">vim.languages.wgsl.enable</code></a></li>
<li><a class="option-reference" href="options.html#option-vim.languages.xml.enable"><code class="nixos-option">vim.languages.xml.enable</code></a></li>

View file

@ -5335,7 +5335,7 @@
<details class="toc-category">
<summary title="vim.languages">
<span>vim.languages</span>
<span class="toc-count">556</span>
<span class="toc-count">561</span>
</summary>
<ul>
@ -9533,6 +9533,46 @@
</a>
</li>
<li>
<a href='#option-vim.languages.vhdl.enable' title="vim.languages.vhdl.enable">
vhdl.enable
</a>
</li>
<li>
<a href='#option-vim.languages.vhdl.lsp.enable' title="vim.languages.vhdl.lsp.enable">
vhdl.lsp.enable
</a>
</li>
<li>
<a href='#option-vim.languages.vhdl.lsp.servers' title="vim.languages.vhdl.lsp.servers">
vhdl.lsp.servers
</a>
</li>
<li>
<a href='#option-vim.languages.vhdl.treesitter.enable' title="vim.languages.vhdl.treesitter.enable">
vhdl.treesitter.enable
</a>
</li>
<li>
<a href='#option-vim.languages.vhdl.treesitter.package' title="vim.languages.vhdl.treesitter.package">
vhdl.treesitter.package
</a>
</li>
<li>
<a href='#option-vim.languages.vue.enable' title="vim.languages.vue.enable">
vue.enable
@ -9971,7 +10011,7 @@
<details class="toc-category">
<summary title="vim.lsp">
<span>vim.lsp</span>
<span class="toc-count">157</span>
<span class="toc-count">158</span>
</summary>
<ul>
@ -11049,6 +11089,14 @@
</a>
</li>
<li>
<a href='#option-vim.lsp.presets.vhdl-ls.enable' title="vim.lsp.presets.vhdl-ls.enable">
presets.vhdl-ls.enable
</a>
</li>
<li>
<a href='#option-vim.lsp.presets.vscode-css-language-server.enable' title="vim.lsp.presets.vscode-css-language-server.enable">
presets.vscode-css-language-server.enable
@ -34996,6 +35044,71 @@ the plugin.</p>
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.vala</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/vala.nix" target="_blank">&lt;nvf/modules/plugins/languages/vala.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.languages.vhdl.enable">
<h3 class="option-name">
<a href="#option-vim.languages.vhdl.enable" class="option-anchor">vim.languages.vhdl.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 VHDL 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/vhdl.nix" target="_blank">&lt;nvf/modules/plugins/languages/vhdl.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.languages.vhdl.lsp.enable">
<h3 class="option-name">
<a href="#option-vim.languages.vhdl.lsp.enable" class="option-anchor">vim.languages.vhdl.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 VHDL 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/vhdl.nix" target="_blank">&lt;nvf/modules/plugins/languages/vhdl.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.languages.vhdl.lsp.servers">
<h3 class="option-name">
<a href="#option-vim.languages.vhdl.lsp.servers" class="option-anchor">vim.languages.vhdl.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 "vhdl-ls" (singular enum)</code></div>
<div class="option-description"><html><head></head><body><p>VHDL LSP server to use</p>
</body></html></div>
<div class="option-default">Default: <code>[
"vhdl-ls"
]</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/vhdl.nix" target="_blank">&lt;nvf/modules/plugins/languages/vhdl.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.languages.vhdl.treesitter.enable">
<h3 class="option-name">
<a href="#option-vim.languages.vhdl.treesitter.enable" class="option-anchor">vim.languages.vhdl.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 VHDL 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/vhdl.nix" target="_blank">&lt;nvf/modules/plugins/languages/vhdl.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.languages.vhdl.treesitter.package">
<h3 class="option-name">
<a href="#option-vim.languages.vhdl.treesitter.package" class="option-anchor">vim.languages.vhdl.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 vhdl treesitter package to use.</p>
</body></html></div>
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.vhdl</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/vhdl.nix" target="_blank">&lt;nvf/modules/plugins/languages/vhdl.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.languages.vue.enable">
<h3 class="option-name">
<a href="#option-vim.languages.vue.enable" class="option-anchor">vim.languages.vue.enable</a>
@ -37675,6 +37788,22 @@ Use <code class="nixos-option">vim.lsp.servers.vala-language-server</code> for c
<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/vala-language-server.nix" target="_blank">&lt;nvf/modules/plugins/lsp/presets/vala-language-server.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.lsp.presets.vhdl-ls.enable">
<h3 class="option-name">
<a href="#option-vim.lsp.presets.vhdl-ls.enable" class="option-anchor">vim.lsp.presets.vhdl-ls.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 VHDL Language Server.
Default <code>filetypes = [ ]</code>.
Use <code class="nixos-option">vim.lsp.servers.vhdl-ls</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/vhdl-ls.nix" target="_blank">&lt;nvf/modules/plugins/lsp/presets/vhdl-ls.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.lsp.presets.vscode-css-language-server.enable">
<h3 class="option-name">
<a href="#option-vim.lsp.presets.vscode-css-language-server.enable" class="option-anchor">vim.lsp.presets.vscode-css-language-server.enable</a>

View file

@ -738,6 +738,10 @@ plugin.</li>
<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://emo-mruczek.pet">emo-mruczek</a>:</p>
<ul>
<li>Add VHDL support with <a href="https://github.com/VHDL-LS/rust_hdl">vhdl-ls</a>.</li>
</ul>
<p><a href="https://github.com/itscrystalline">itscrystalline</a>:</p>
<ul>
<li><a href="https://github.com/hakonharnes/img-clip.nvim">img-clip.nvim</a>'s configuration now has it's own DAG entry, separate from