mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-13 08:15:10 +00:00
deploy: 5727a5b9a7
This commit is contained in:
parent
2a9c6fa22f
commit
1a3e3b531c
133 changed files with 164 additions and 637888 deletions
|
|
@ -520,6 +520,13 @@ formatter.</p>
|
|||
<p><a href="https://github.com/snoweuph">Snoweuph</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Added <a class="option-reference" href="options.html#option-vim.lsp.presets.jls.enable"><code class="nixos-option">vim.lsp.presets.jls.enable</code></a> and made it available under
|
||||
<code>vim.languages.java.lsp.servers</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Added <a class="option-reference" href="options.html#option-vim.languages.java.dap.enable"><code class="nixos-option">vim.languages.java.dap.enable</code></a> with the <code>jls</code> DAP.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Allow the usage of <code>pks.tree-sitter-grammars</code> in
|
||||
<a class="option-reference" href="options.html#option-vim.treesitter.grammars"><code class="nixos-option">vim.treesitter.grammars</code></a> and language module tree-sitter package
|
||||
options created via <code>mkGrammarOption</code>.</p>
|
||||
|
|
@ -564,10 +571,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>
|
||||
|
|
@ -600,11 +603,22 @@ 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>
|
||||
</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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue