add helm treesitter, add tar pkg
This commit is contained in:
parent
49362e7482
commit
fadb38d8cd
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@ ENV NEOVIM_PKGS="\
|
|||
ENV GENERAL_PKGS="\
|
||||
bash-completion \
|
||||
procps \
|
||||
fzf"
|
||||
fzf \
|
||||
tar"
|
||||
|
||||
ENV PYTHON_DEVEL_PKGS="\
|
||||
python3\
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue