diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2023-07-05 20:30:01 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2023-07-05 20:30:01 +0200 |
| commit | f4664534cdaa70b7583091c8100eed1d25618e7f (patch) | |
| tree | c3e8b47b853e21bfde4e5545f5d66b1a09b606c0 | |
| parent | 6ddcdbeada9319e2adf8263613717784fb0bfc4f (diff) | |
| download | dotfiles-f4664534cdaa70b7583091c8100eed1d25618e7f.tar.gz dotfiles-f4664534cdaa70b7583091c8100eed1d25618e7f.tar.bz2 dotfiles-f4664534cdaa70b7583091c8100eed1d25618e7f.zip | |
Added rust analyser lsp config to neovim
| -rw-r--r-- | config/nvim/lua/plugins.lua | 2 |
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, |
