mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
9 lines
126 B
Lua
9 lines
126 B
Lua
return {
|
|
cmd = { 'rust-analyzer' },
|
|
filetypes = { 'rust', 'rs' },
|
|
root_markers = {
|
|
'cargo.toml',
|
|
'.git'
|
|
},
|
|
}
|
|
|