sunscript.vim/README.md

13 lines
331 B
Markdown
Raw Permalink Normal View History

2022-02-22 12:14:04 +09:00
# sunscript.vim
Vim syntax highlight for SunScript.
## Installation
If you are using [vim-plug](https://github.com/junegunn/vim-plug/),
add the following line between
`call plug#begin('~/.vim/plugged')` and `call plug#end()`:
```vim
Plug 'sup39/sunscript.vim'
```
Then `:source $MYVIMRC` and `:PlugInstall` to install this plug.