initial commit
This commit is contained in:
5
lsp/ruby_lsp.lua
Normal file
5
lsp/ruby_lsp.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { "mise", "x", "--", "ruby-lsp" },
|
||||
filetypes = { "ruby" },
|
||||
root_markers = { ".git", "Gemfile" }
|
||||
}
|
||||
Reference in New Issue
Block a user