Files
nvim/lsp/ruby_lsp.lua
hgranthorner 0485e97fd2 initial commit
2026-09-14 16:09:15 -04:00

6 lines
119 B
Lua

return {
cmd = { "mise", "x", "--", "ruby-lsp" },
filetypes = { "ruby" },
root_markers = { ".git", "Gemfile" }
}