mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-15 03:44:43 +02:00
6 lines
215 B
Lua
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
|
|
--}
|
|
|