feature: add yaml language server

This commit is contained in:
Yorick Barbanneau 2024-04-10 22:52:02 +02:00
parent e6fc0ff000
commit 8b453699db
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,8 @@ lspconfig.pylsp.setup {
}
}
}
lspconfig.yamlls.setup{}
vim.api.nvim_create_autocmd('LspAttach', {
desc = 'LSP actions',
callback = function()