From f4664534cdaa70b7583091c8100eed1d25618e7f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 5 Jul 2023 20:30:01 +0200 Subject: Added rust analyser lsp config to neovim --- config/nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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, -- cgit