mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(helm): missing dependency (#3546)
according to this comment
ab41ff551b (r142924660)
This commit is contained in:
parent
fbb1276ffd
commit
02dd65cdea
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
Add a link
Reference in a new issue