From 6263cdb1359f4e905221d1ea4bc24af6c1314412 Mon Sep 17 00:00:00 2001 From: Juan Miguel Rua Date: Fri, 21 Jun 2024 22:49:32 +0200 Subject: [PATCH] Adding rust support in nvim-lspconfig --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.lua b/init.lua index f4772303..35dd948a 100644 --- a/init.lua +++ b/init.lua @@ -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 = {