nvim-lspconfig/lsp/rubocop.lua

11 lines
187 B
Lua

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