Fix: avoid rust-analyzer conflicts with rustaceanvim
rustaceanvim setup rust-analyzer manually, do not need setup it at lspconfig
This commit is contained in:
parent
a7409f5dbf
commit
f3d42a4b75
2 changed files with 4 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -626,6 +626,8 @@ mason_lspconfig.setup_handlers {
|
|||
filetypes = (servers[server_name] or {}).filetypes,
|
||||
}
|
||||
end,
|
||||
-- rustaceanvim setup rust-analyzer manually
|
||||
['rust_analyzer'] = function() end,
|
||||
}
|
||||
|
||||
-- [[ Configure nvim-cmp ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue