DEV Community

Cover image for ❮ ZI ❯ Vim Syntax
❮ ZI ❯ for Z-Shell

Posted on • Updated on • Originally published at github.zshell.dev

❮ ZI ❯ Vim Syntax

Wiki | GitHub | Discussions | Localize


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'
Enter fullscreen mode Exit fullscreen mode

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:

plastic

The theme flrnprz/plastic.vim:

plastic

The theme slate:

slate

The theme murphy:

plastic

The theme lucasprag/simpleblack:

plastic

Top comments (0)