LunarVim/lua/lsp/rust-ls.lua
Abouzar Parvan 758798b6f9
added rust-tools thanks to bob3000 (#544)
* added rust-tools

* require_plugin has been removed
2021-06-29 17:49:23 -04:00

6 lines
215 B
Lua

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