Merge branch 'v0.8' into binds/qmk

This commit is contained in:
Poseidon 2025-08-18 14:17:21 -05:00 committed by GitHub
commit 65213c94e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 106 additions and 7 deletions

View file

@ -480,9 +480,13 @@
[roslyn-ls]: https://github.com/dotnet/vscode-csharp
[jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server
[jsonfmt]: https://github.com/caarlos0/jsonfmt
[superhtml]: https://github.com/kristoff-it/superhtml
[htmlHTML]: https://github.com/htmlhint/HTMLHint
[qmk-nvim]: https://github.com/codethread/qmk.nvim
- Add just support under `vim.languages.just` using [just-lsp].
- Add [roslyn-ls] to the `vim.languages.csharp` module.
- Add JSON support under `vim.languages.json` using [jsonls] and [jsonfmt].
- Add QMK support under `vim.utility.qmk-nvim` via [qmk-nvim].
- Add advanced HTML support under `vim.languages.html` using [superhtml] and
[htmlHINT].
- Add QMK support under `vim.utility.qmk-nvim` via [qmk-nvim].