feat: new config with everything manually installed
This commit is contained in:
5
lsp/rust_analyzer.lua
Normal file
5
lsp/rust_analyzer.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'rust-analyzer' },
|
||||
filetypes = { 'rust' },
|
||||
root_markers = { 'Cargo.toml', 'rust-project.json', '.git' },
|
||||
}
|
||||
Reference in New Issue
Block a user