home/.config/nvim/lsp/rust-analyzer.lua
2025-06-11 17:38:25 +02:00

5 lines
No EOL
105 B
Lua

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