nvim-config11/lsp/rust-analyzer.lua

12 lines
253 B
Lua
Raw Normal View History

2025-03-27 13:03:32 +00:00
return {
cmd = { "rust-analyzer" },
filetypes = { "rust" },
root_makers = { "Cargo.toml", ".git" },
capabilities = {
experimental = {
serverStatusNotification = true
}
},
single_file_support = true,
}