aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/rubocop.lua
blob: 079cb6198ba2bd458fa5e377b6fb8afcebba411c (plain) (blame)
1
2
3
4
5
6
7
8
9
---@brief
---
--- https://github.com/rubocop/rubocop
---@type vim.lsp.Config
return {
  cmd = { 'rubocop', '--lsp' },
  filetypes = { 'ruby' },
  root_markers = { 'Gemfile', '.git' },
}