languages/qml: add QML support

This commit is contained in:
Matias 2025-03-01 15:05:28 +01:00
commit 806970648e
No known key found for this signature in database
GPG key ID: ED35A6AC65A06B69
4 changed files with 128 additions and 0 deletions

View file

@ -192,3 +192,11 @@
- Add formatters for go: [gofmt](https://go.dev/blog/gofmt),
[golines](https://github.com/segmentio/golines) and
[gofumpt](https://github.com/mvdan/gofumpt)
[TheSunCat](https://github.com/TheSunCat)
[qmlls]: https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
[qmlformat]: https://doc.qt.io/qt-6/qtqml-tooling-qmlformat.html
- Add QML LSP and formatter support under `vim.languages.qml` using [qmlls] and
[qmlformat].