feat: Nvim | add ruby lsp
This commit is contained in:
@@ -74,3 +74,10 @@ lspconfig.phpactor.setup {
|
||||
["language_server_psalm.enabled"] = false,
|
||||
}
|
||||
}
|
||||
|
||||
lspconfig.ruby_lsp.setup({
|
||||
init_options = {
|
||||
formatter = 'standard',
|
||||
linters = { 'standard' },
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user