diff --git a/Containerfile b/Containerfile index 4e6c5b5..5b9a575 100644 --- a/Containerfile +++ b/Containerfile @@ -19,7 +19,8 @@ ENV NEOVIM_PKGS="\ ENV GENERAL_PKGS="\ bash-completion \ procps \ - fzf" + fzf \ + tar" ENV PYTHON_DEVEL_PKGS="\ python3\ diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 9949ed7..0f378aa 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -1,7 +1,7 @@ return function() require 'nvim-treesitter.configs'.setup { -- 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", "git_rebase", "gitattributes", "gitcommit", "go", "graphql", "hjson", "html", "htmldjango", "http", "ini", "java", "javascript",