feature: add yaml language server
This commit is contained in:
parent
e6fc0ff000
commit
8b453699db
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
|||
python3Packages.python-lsp-server
|
||||
rnix-lsp
|
||||
shellcheck
|
||||
yaml-language-server
|
||||
|
||||
# Formatters
|
||||
nixfmt
|
||||
|
|
|
@ -21,6 +21,8 @@ lspconfig.pylsp.setup {
|
|||
}
|
||||
}
|
||||
}
|
||||
lspconfig.yamlls.setup{}
|
||||
|
||||
vim.api.nvim_create_autocmd('LspAttach', {
|
||||
desc = 'LSP actions',
|
||||
callback = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue