return { cmd = { 'rust-analyzer' }, filetypes = { 'rust' }, root_markers = { '.git', 'cargo.toml' }, settings = { imports = { granularity = { group = "module", }, prefix = "self", }, cargo = { buildScripts = { enable = true, }, }, procMacro = { enable = true }, } }