Added the RUBY server for neovim

This commit is contained in:
Marcin Woźniak 2022-07-03 18:13:57 +02:00
parent 7a25cffd1a
commit f04a78f4d5
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ local handlers = {
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = { 'pyright', 'bashls', 'ansiblels', 'gopls' }
local servers = { 'pyright', 'bashls', 'ansiblels', 'gopls', 'solargraph'}
for _, lsp in pairs(servers) do
require('lspconfig')[lsp].setup {
on_attach = on_attach,