This commit is contained in:
Poseidon 2025-11-28 15:57:55 +07:00 committed by GitHub
commit 9c3c82b632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 140 additions and 0 deletions

View file

@ -527,6 +527,9 @@
[qmk-nvim]: https://github.com/codethread/qmk.nvim
[qmlls]: https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
[qmlformat]: https://doc.qt.io/qt-6/qtqml-tooling-qmlformat.html
[docker-language-server]: https://github.com/docker/docker-language-server
[dockerfmt]: https://github.com/reteps/dockerfmt
[hadolint]: https://github.com/hadolint/hadolint
- Add [nvim-biscuits] support under `vim.utility.nvim-biscuits`.
- Add just support under `vim.languages.just` using [just-lsp].
@ -536,6 +539,8 @@
[htmlHINT].
- Add QMK support under `vim.utility.qmk-nvim` via [qmk-nvim].
- Add QML support under `vim.languages.qml` using [qmlls] and [qmlformat].
- Add Dockerfile support under `vim.languages.dockerfile` using
[docker-language-server], [dockerfmt], and [hadolint].
[Morsicus](https://github.com/Morsicus):