blob: 25a94aa3c8c367366c60d9043e745f2ff0c96640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@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' },
}
|