fix(helm): missing dependency (#3546)

according to this comment
ab41ff551b (r142924660)
This commit is contained in:
DrummyFloyd 2024-06-09 07:33:59 +02:00 committed by GitHub
parent fbb1276ffd
commit 02dd65cdea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ return {
})
end,
{ "towolf/vim-helm", ft = "helm" },
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "helm" } },