mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(helm): missing dependency
This commit is contained in:
parent
fbb1276ffd
commit
0035ed061f
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
{ "towolf/vim-helm", ft = "helm" },
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = { ensure_installed = { "helm" } },
|
opts = { ensure_installed = { "helm" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue