aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/standardrb.lua
blob: e40c4b4230ca0d9c916e40d03ea7474940e37696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://github.com/testdouble/standard
---
--- Ruby Style Guide, with linter & automatic code fixer.
---@type vim.lsp.Config
return {
  cmd = { 'standardrb', '--lsp' },
  filetypes = { 'ruby' },
  root_markers = { 'Gemfile', '.git' },
}