Added the yaml-language-server

This commit is contained in:
2022-10-09 20:46:39 +02:00
parent 0d10d0633e
commit ed1590dcf6
2 changed files with 7 additions and 6 deletions

View File

@ -187,7 +187,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', 'solargraph', 'terraformls'}
local servers = { 'pyright', 'bashls', 'yamlls', 'ansiblels', 'gopls', 'solargraph', 'terraformls'}
for _, lsp in pairs(servers) do
require('lspconfig')[lsp].setup {
on_attach = on_attach,