rust_analyzer.lua 132 B

123456
  1. --- @type vim.lsp.ClientConfig
  2. return {
  3. cmd = { 'rust-analyzer' },
  4. filetypes = { 'rust' },
  5. single_file_support = true
  6. }