Skip to content

Commit

Permalink
fix(helm): Fix helm pack misconfiguration (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gl3b4ik authored Oct 25, 2023
1 parent c7e809e commit 2601abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/helm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return {
require("nvim-treesitter.parsers").get_parser_configs().gotmpl = {
install_info = {
url = vim.fn.stdpath "data" .. "/lazy/tree-sitter-go-template",
files = "src/parser.c",
files = { "src/parser.c" },
},
filetype = "helm",
}
Expand Down

0 comments on commit 2601abe

Please sign in to comment.