1 2 3 4 5 6
require("lspconfig").rust_analyzer.setup({ cmd = { "rustup", "run", "stable", "rust-analyzer" } })