Extend Zsh syntax with Zinit ice support
This commit is contained in:
parent
63186e1dfd
commit
dc125688d4
1 changed files with 4 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue