diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-11 03:52:30 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-11 03:52:30 +0530 |
| commit | 0c50f17133b90c60735f1f51943f51f60372bdd3 (patch) | |
| tree | e8f0bbbff7b2f4fed3a87e8a668d654e6f268341 /lua/config | |
| parent | 05035528769cc57a1fbe6a2ca3e4936214013bd5 (diff) | |
add qml support
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index a92023f..ab35b80 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -11,6 +11,7 @@ vim.lsp.enable({ "tinymist", "gopls", "tombi", + "qmlls", }) vim.lsp.config("nil_ls", { |
