fix(helm): missing dependency

This commit is contained in:
DrummyFloyd 2024-06-09 00:49:36 +02:00
parent fbb1276ffd
commit 0035ed061f
No known key found for this signature in database
GPG key ID: 20AC86EE49130589

View file

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