Add instructions for vim syntax plugin

[skip ci]
This commit is contained in:
Kogia-sima 2020-07-10 19:08:19 +09:00
parent 2a10342cd7
commit f93d6e74b3
2 changed files with 19 additions and 0 deletions

19
syntax/vim/README.md Normal file
View File

@ -0,0 +1,19 @@
# Syntax Highlighting for Sailfish Templates in Vim
## Installation
### Using dein.vim
```
call dein#add('Kogia-sima/sailfish', {'rtp': 'syntax/vim'})
```
### Using vim-plug
```
Plug 'Kogia-sima/sailfish', { 'rtp': 'syntax/vim' }
```
## Screenshot
![Screenshot](./screenshot.png)

BIN
syntax/vim/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB