# zi-vim-syntax
**Repository Path**: zdharma/zi-vim-syntax
## Basic Information
- **Project Name**: zi-vim-syntax
- **Description**: A Vim syntax definition for ZI commands in any ft=zsh file.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-02-05
- **Last Updated**: 2022-02-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Zsh, Vim, zsh-plugin, zi-syntax
## README
❮ ZI ❯ Vim Syntax
A Vim syntax definition for [ZI](https://github.com/z-shell/zi) commands in any file of type `zsh`.
# Installation
Load as a Vim plugin. E.g. when using [vim-plug](https://github.com/junegunn/vim-plug), add to `~/.vimrc`:
```vim
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
1. Highlight user and plugin with different colors.
2. Make the `wait`'s distinctness controlled.
3. Make the syntax matching commands fully contained.
4. Fix bugs.
5. Other?