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
|
python3Packages.python-lsp-server
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
shellcheck
|
shellcheck
|
||||||
|
yaml-language-server
|
||||||
|
|
||||||
# Formatters
|
# Formatters
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
|
@ -21,6 +21,8 @@ lspconfig.pylsp.setup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
lspconfig.yamlls.setup{}
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd('LspAttach', {
|
vim.api.nvim_create_autocmd('LspAttach', {
|
||||||
desc = 'LSP actions',
|
desc = 'LSP actions',
|
||||||
callback = function()
|
callback = function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue