add helm lsp

This commit is contained in:
Szwendacz 2024-01-17 16:40:05 +01:00 committed by Maciej Lebiest
parent adfc5e7489
commit 636942d6bc
2 changed files with 6 additions and 1 deletions

View file

@ -47,7 +47,8 @@ ENV MASON_PKGS=" \
typescript-language-server \
yaml-language-server \
markdownlint \
ansible-language-server"
ansible-language-server \
helm-ls"
ENV PIP_PKGS="pynvim ansible ansible-lint"

View file

@ -229,5 +229,9 @@ return {
on_attach = on_attach,
capabilities = capabilities,
}
require 'lspconfig'.helm_ls.setup {
on_attach = on_attach,
capabilities = capabilities,
}
end
}