diff --git a/dot-config/vim/plugins.vim b/dot-config/vim/plugins.vim index 88946f1..95c5751 100644 --- a/dot-config/vim/plugins.vim +++ b/dot-config/vim/plugins.vim @@ -175,6 +175,10 @@ minpac#add('fpob/nette.vim') # curious: https://pedrohdz.com/posts/programming/yaml_vim_folds/ minpac#add('pedrohdz/vim-yaml-folds') +# Extend Vim's standard Zsh syntax highlighting with special support for +# Zinit's ice syntax, since that's what I use in dot/zsh. +minpac#add('zdharma-continuum/zinit-vim-syntax') + # An interactive mode for Taskwarrior, built as a Vim plugin. It's obviously # only useful if Taskwarrior is installed. if executable('task')