14 lines
229 B
Lua
14 lines
229 B
Lua
return {
|
|
|
|
filetypes = { "ruby" },
|
|
|
|
cmd = { "ruby-lsp" }, -- or { "bundle", "exec", "ruby-lsp" },
|
|
|
|
root_markers = { "Gemfile", ".git" },
|
|
|
|
init_options = {
|
|
formatter = 'standard',
|
|
linters = { 'standard' },
|
|
},
|
|
}
|