Set up LSP, completion, etc; adjust a few other small settings

This commit is contained in:
david
2025-08-20 11:09:42 -05:00
parent 05fb14de24
commit 1fab6dcf8e
14 changed files with 231 additions and 48 deletions

View File

@@ -0,0 +1,6 @@
return {
cmd = { "ruby-lsp" },
filetypes = { "ruby", "eruby" },
root_markers = { "Gemfile", ".git" },
init_options = { formatter = "auto" },
}