diff options
Diffstat (limited to 'lua/lsp/rust-ls.lua')
-rw-r--r-- | lua/lsp/rust-ls.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lua/lsp/rust-ls.lua b/lua/lsp/rust-ls.lua index 377a31e5..e08ebb08 100644 --- a/lua/lsp/rust-ls.lua +++ b/lua/lsp/rust-ls.lua @@ -1,5 +1,6 @@ -require'lspconfig'.rust_analyzer.setup{ - cmd = {DATA_PATH .. "/lspinstall/rust/rust-analyzer"}, - on_attach = require'lsp'.common_on_attach -} +-- the rust-tools plugin will configure this automatically +--require'lspconfig'.rust_analyzer.setup{ +-- cmd = {DATA_PATH .. "/lspinstall/rust/rust-analyzer"}, +-- on_attach = require'lsp'.common_on_attach +--} |