nvim/lsp/rubocop.lua
2025-09-22 16:07:34 +02:00

10 lines
187 B
Lua

---@brief
---
--- https://github.com/rubocop/rubocop
---@type vim.lsp.Config
return {
cmd = { 'rubocop', '--lsp' },
filetypes = { 'ruby' },
root_markers = { 'Gemfile', '.git' },
}