Updated config
This commit is contained in:
parent
d57170e711
commit
d5c16fc1a1
10 changed files with 68 additions and 461 deletions
5
.config/nvim/lsp/rust-analyzer.lua
Normal file
5
.config/nvim/lsp/rust-analyzer.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
cmd = { "rust-analyzer" },
|
||||
root_markers = { "Cargo.toml" },
|
||||
filetypes = { "rust" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue