nvim-snappy/lsp/rust_analyzer.lua

6 lines
98 B
Lua

return {
cmd = { 'rust-analyzer' },
filetypes = { 'rust' },
root_markers = { 'Cargo.toml' },
}