Add lean and ruby lsp
This commit is contained in:
13
lsp/ruby-lsp.lua
Normal file
13
lsp/ruby-lsp.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
|
||||
filetypes = { "ruby" },
|
||||
|
||||
cmd = { "ruby-lsp" }, -- or { "bundle", "exec", "ruby-lsp" },
|
||||
|
||||
root_markers = { "Gemfile", ".git" },
|
||||
|
||||
init_options = {
|
||||
formatter = 'standard',
|
||||
linters = { 'standard' },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user