Deploy PR #1620 preview

This commit is contained in:
GitHub Actions 2026-06-11 18:53:58 +00:00
commit a0c2dee9c1
3 changed files with 12 additions and 9 deletions

View file

@ -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>
</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
Template support.</p>
</li>
@ -605,6 +601,13 @@ tree-sitter incompatibilities.</p>
<a href="https://github.com/NotAShelf/nvf/pull/1104">!1104</a>.</p>
</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>
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