From 5105656526fae91d8e0c23b41dd589899f6bde00 Mon Sep 17 00:00:00 2001 From: Arpan Swaroop Date: Thu, 23 Jan 2025 15:07:38 -0600 Subject: [PATCH] added rust analyzer --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1d6fea90..b499fb1a 100644 --- a/init.lua +++ b/init.lua @@ -626,7 +626,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: