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="\
|
ENV GENERAL_PKGS="\
|
||||||
bash-completion \
|
bash-completion \
|
||||||
procps \
|
procps \
|
||||||
fzf"
|
fzf \
|
||||||
|
tar"
|
||||||
|
|
||||||
ENV PYTHON_DEVEL_PKGS="\
|
ENV PYTHON_DEVEL_PKGS="\
|
||||||
python3\
|
python3\
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue