Set up LSP, completion, etc; adjust a few other small settings
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
cmd = { "ruby-lsp" },
|
||||
filetypes = { "ruby", "eruby" },
|
||||
root_markers = { "Gemfile", ".git" },
|
||||
init_options = { formatter = "auto" },
|
||||
}
|
||||
Reference in New Issue
Block a user