start rewrite nvim config for v0.11 from scratch
This commit is contained in:
parent
cbf59bea4b
commit
895b404943
9 changed files with 365 additions and 0 deletions
5
config/nvim_unstable/lsp/rust_analyzer.lua
Normal file
5
config/nvim_unstable/lsp/rust_analyzer.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
cmd = { "rust-analyzer" },
|
||||
filetypes = { 'rust' },
|
||||
root_markers = { "cargo.toml" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue