feat: add rust-analyzer lsp-server

This commit is contained in:
itsscb 2025-04-01 20:55:57 +02:00
parent c7c7ad0172
commit a2c2022d7d

View File

@ -678,7 +678,15 @@ require('lazy').setup({
-- clangd = {}, -- clangd = {},
-- gopls = {}, -- gopls = {},
-- pyright = {}, -- pyright = {},
-- rust_analyzer = {}, rust_analyzer = {
settings = {
['rust-analyzer'] = {
diagnostics = {
enable = false,
}
}
}
},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... 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: -- Some languages (like typescript) have entire language plugins that can be useful: