LunarVim/lua/lsp/rust-ls.lua

7 lines
215 B
Lua
Raw Normal View History

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