summaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/rubocop.lua
blob: b04c9a4e202bbeaed9b363e06efcdd6a272b5d4a (plain)
1
2
3
4
5
return {
  cmd = { 'rubocop', '--lsp' },
  filetypes = { 'ruby' },
  root_markers = { 'Gemfile', '.git' },
}