Remove rust_analyzer from servers list to prevent conflict with rustacean.nvim

This commit is contained in:
Aaron Weinberger 2024-06-20 17:41:02 -04:00
parent aebe535298
commit 68c787dca7
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -480,7 +480,6 @@ require('lazy').setup({
-- clangd = {},
-- gopls = {},
-- pyright = {},
rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful: