diff options
| author | 2025-08-10 13:54:00 +0300 | |
|---|---|---|
| committer | 2025-08-10 13:54:00 +0300 | |
| commit | 0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37 (patch) | |
| tree | 9d713311002e81fae7555b325db2a975ee636c00 /lua | |
| parent | fix: refresh `rust-analyzer` inlay hints on finished indexing (diff) | |
| download | neovim-configuration-0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37.tar.gz neovim-configuration-0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37.tar.bz2 neovim-configuration-0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37.tar.lz neovim-configuration-0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37.tar.xz neovim-configuration-0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37.tar.zst neovim-configuration-0b6e4cc3b7973d3b0c2037157dad1a9cab4fec37.zip | |
feat: add `qmlls` for QML files
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 899fd50..7004b6c 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -10,6 +10,8 @@ vim.lsp.enable({ "nixd", + "qmlls", + "rust-analyzer", "angular-language-server", |
