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", }