From 2c779d1ed405266c34a0251ba963059a2dba5431 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 6 Feb 2024 12:30:32 +0100 Subject: [PATCH] rust_analyzer in lspconfig again --- lua/custom/configs/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/configs/lspconfig.lua b/lua/custom/configs/lspconfig.lua index e180978..88b5536 100644 --- a/lua/custom/configs/lspconfig.lua +++ b/lua/custom/configs/lspconfig.lua @@ -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", }