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

View File

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