Installation
June 8, 2022 · View on GitHub
A Vim syntax definition for zi commands in any file of type zsh
Installation
Load as a Vim plugin. E.g. when using vim-plug, add to ~/.vimrc:
Plug 'z-shell/zi-vim-syntax'
and then issue the :PlugInstall command.
Manual Installation
To install the syntax copy the file after/syntax/zsh.vim under the path ~/.vim/syntax/after.
Examples
The default theme:

The theme flrnprz/plastic.vim:

The theme slate:

The theme murphy:

The theme lucasprag/simpleblack:

TODO
- Highlight user and plugin with different colors.
- Make the
wait's distinctness controlled. - Make the syntax matching commands fully contained.
- Fix bugs.
- Other?