return { filetypes = { "ruby" }, cmd = { "ruby-lsp" }, -- or { "bundle", "exec", "ruby-lsp" }, root_markers = { "Gemfile", ".git" }, init_options = { formatter = 'standard', linters = { 'standard' }, }, }