Adding rust support in nvim-lspconfig

This commit is contained in:
Juan Miguel Rua 2024-06-21 22:49:32 +02:00
parent 5af5415454
commit 6263cdb135
1 changed files with 5 additions and 0 deletions

View File

@ -584,6 +584,11 @@ require('lazy').setup({
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
-- clangd = {},
rust_analyzer = {
diagnostics = {
enable = true,
},
},
gopls = {
gofumpt = true,
codelenses = {