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

@ -35,6 +35,7 @@ in
python3Packages.python-lsp-server
rnix-lsp
shellcheck
yaml-language-server
# Formatters
nixfmt

View file

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