rust_analyzer in lspconfig again

This commit is contained in:
Christoph J. Scherr 2024-02-06 12:30:32 +01:00
parent d0f33b1675
commit 2c779d1ed4
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ local servers = {
"tsserver",
"clangd",
"pyright",
-- "rust_analyzer",
"rust_analyzer", -- rustaceanvim wants to do that, but the builtin thing has better integration!
"bashls",
"cmake",
}