feat(vim): add solargraph lsp to start the ruby stuff
This commit is contained in:
parent
f11697bf39
commit
1f9440bd30
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ end
|
|||
local capabilities = require('cmp_nvim_lsp').update_capabilities(vim.lsp.protocol.make_client_capabilities())
|
||||
capabilities.textDocument.completion.completionItem.snippetSupport = true
|
||||
|
||||
local servers = { 'tsserver', 'intelephense', 'psalm', 'gopls', 'html', 'cssls' }
|
||||
local servers = { 'tsserver', 'intelephense', 'psalm', 'gopls', 'html', 'cssls', 'solargraph' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig[lsp].setup({
|
||||
on_attach = on_attach,
|
||||
|
|
|
|||
Loading…
Reference in a new issue