mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 03:11:36 +00:00
languages/qml: init
Create the qml language module with treesitting, lsp, and formatting
This commit is contained in:
parent
b7d321fd88
commit
7866caa6db
4 changed files with 103 additions and 0 deletions
|
@ -483,6 +483,8 @@
|
|||
[superhtml]: https://github.com/kristoff-it/superhtml
|
||||
[htmlHTML]: https://github.com/htmlhint/HTMLHint
|
||||
[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
|
||||
|
||||
- Add just support under `vim.languages.just` using [just-lsp].
|
||||
- Add [roslyn-ls] to the `vim.languages.csharp` module.
|
||||
|
@ -490,3 +492,4 @@
|
|||
- Add advanced HTML support under `vim.languages.html` using [superhtml] and
|
||||
[htmlHINT].
|
||||
- Add QMK support under `vim.utility.qmk-nvim` via [qmk-nvim].
|
||||
- Add QML support under `vim.languages.just` using [qmlls] and [qmlformat]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue