--- @type vim.lsp.ClientConfig return { cmd = { 'rust-analyzer' }, filetypes = { 'rust' }, single_file_support = true }