This commit is contained in:
Poseidon 2025-08-25 10:43:08 -07:00 committed by GitHub
commit f8da127de5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 140 additions and 0 deletions

View file

@ -502,6 +502,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].
@ -511,6 +514,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):