# 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

Logo ❮ 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: ![plastic](images/default.png) The theme `flrnprz/plastic.vim`: ![plastic](images/plastic.png) The theme `slate`: ![plastic](images/slate.png) The theme `murphy`: ![plastic](images/murphy.png) The theme `lucasprag/simpleblack`: ![plastic](images/simpleblack.png) ### 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?