Add lean and ruby lsp

This commit is contained in:
lol3rrr
2026-04-27 22:58:45 +02:00
parent 6aabc394d1
commit 74260b1813
4 changed files with 69 additions and 42 deletions

13
lsp/ruby-lsp.lua Normal file
View File

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