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-master.tar.gz neovim-configuration-master.tar.bz2 neovim-configuration-master.tar.lz neovim-configuration-master.tar.xz neovim-configuration-master.tar.zst neovim-configuration-master.zip |
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", |