Fix: avoid rust-analyzer conflicts with rustaceanvim

rustaceanvim setup rust-analyzer manually, do not need setup it at lspconfig
This commit is contained in:
flea 2024-02-19 10:23:55 +08:00
parent a7409f5dbf
commit f3d42a4b75
2 changed files with 4 additions and 1 deletions

View file

@ -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 ]]