feat: Nvim | add ruby lsp

This commit is contained in:
2025-01-10 17:35:14 +05:00
parent 9133eb3a50
commit 6b844a28da

View File

@@ -74,3 +74,10 @@ lspconfig.phpactor.setup {
["language_server_psalm.enabled"] = false, ["language_server_psalm.enabled"] = false,
} }
} }
lspconfig.ruby_lsp.setup({
init_options = {
formatter = 'standard',
linters = { 'standard' },
},
})