summaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/ruby-lsp.lua
blob: 94039140f6f89fdd03f31db52bcaf55fc33b21fc (plain)
1
2
3
4
5
6
7
8
9
return {
  cmd = { 'ruby-lsp' },
  filetypes = { 'ruby', 'eruby' },
  root_markers = { 'Gemfile', '.git' },
  init_options = {
    formatter = 'auto',
  },
  single_file_support = true,
}