mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
added rust-tools thanks to bob3000 (#544)
* added rust-tools * require_plugin has been removed
This commit is contained in:
parent
dbad645f90
commit
758798b6f9
7 changed files with 117 additions and 6 deletions
|
@ -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
|
||||
--}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue