aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/nvim/lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua
index ed294c8..bc1e10c 100644
--- a/config/nvim/lua/plugins.lua
+++ b/config/nvim/lua/plugins.lua
@@ -116,7 +116,7 @@ return require("packer").startup(function()
)
-- lspconfig.clangd.setup { on_attach = on_attach }
- -- lspconfig.rust_analyzer.setup { on_attach = on_attach }
+ lspconfig.rust_analyzer.setup { on_attach = on_attach }
-- need python-lsp-server and pyls-flake8
lspconfig.pylsp.setup {
on_attach = on_attach,