add helm treesitter, add tar pkg
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 14m10s
Build neovim image / build-neovim-arm64 (push) Successful in 17m53s
Build neovim image / update-images-manifest (push) Successful in 14s

This commit is contained in:
Szwendacz 2024-03-05 10:19:44 +01:00 committed by Maciej Lebiest
parent 49362e7482
commit fadb38d8cd
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,8 @@ ENV NEOVIM_PKGS="\
ENV GENERAL_PKGS="\ ENV GENERAL_PKGS="\
bash-completion \ bash-completion \
procps \ procps \
fzf" fzf \
tar"
ENV PYTHON_DEVEL_PKGS="\ ENV PYTHON_DEVEL_PKGS="\
python3\ python3\

View file

@ -1,7 +1,7 @@
return function() return function()
require 'nvim-treesitter.configs'.setup { require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" -- A list of parser names, or "all"
ensure_installed = { "awk", "bash", "c", "cmake", "comment", "cpp", ensure_installed = { "helm", "awk", "bash", "c", "cmake", "comment", "cpp",
"css", "csv", "devicetree", "diff", "dockerfile", "git_config", "css", "csv", "devicetree", "diff", "dockerfile", "git_config",
"git_rebase", "gitattributes", "gitcommit", "go", "graphql", "git_rebase", "gitattributes", "gitcommit", "go", "graphql",
"hjson", "html", "htmldjango", "http", "ini", "java", "javascript", "hjson", "html", "htmldjango", "http", "ini", "java", "javascript",