Add a note about Syntastic support

This commit is contained in:
Alexander Udalov
2016-09-08 13:23:09 +03:00
parent 8a7605a65d
commit b45fdc92f9

View File

@@ -16,6 +16,7 @@ Add `Plugin 'udalov/kotlin-vim'` to your `~/.vimrc` and run `PluginInstall`.
1. `cp syntax/kotlin.vim ~/.vim/syntax/kotlin.vim`
2. `cp indent/kotlin.vim ~/.vim/indent/kotlin.vim`
3. `cp ftdetect/kotlin.vim ~/.vim/ftdetect/kotlin.vim`
4. Restart Vim
4. If you use [Syntastic](https://github.com/scrooloose/syntastic): `cp -r syntax_checkers/kotlin ~/.vim/syntax_checkers/`
5. Restart Vim
##### Enjoy!