From fc3f20a29be3bd2fbdb8ebe0afc731ac0ae4401a Mon Sep 17 00:00:00 2001 From: "Nikolas (Daniel) Vincenti" <165183152+NikVince@users.noreply.github.com> Date: Tue, 22 Apr 2025 22:21:34 +0200 Subject: [PATCH] UPDATED init.lua to enable rust analyzer LSP capabilities. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index bcd495e9..3b5eb0dc 100644 --- a/init.lua +++ b/init.lua @@ -666,7 +666,7 @@ require('lazy').setup({ clangd = {}, -- gopls = {}, -- pyright = {}, - -- rust_analyzer = {}, + 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: