🔧 Adjusted config for use with rust
This commit is contained in:
parent
6f793d7428
commit
ca2864bc45
2 changed files with 3 additions and 1 deletions
|
|
@ -5,9 +5,10 @@ lsp.preset("recommended")
|
|||
require("mason").setup()
|
||||
|
||||
lsp.ensure_installed({
|
||||
"clangd",
|
||||
"tsserver",
|
||||
"eslint",
|
||||
"rust_analyzer",
|
||||
-- "rust_analyzer",
|
||||
"volar",
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue