dotfiles/vim/plugins/kotlin-vim
2018-04-05 13:06:54 +02:00
..
ftdetect Fixed vim and zsh 2018-04-05 13:06:54 +02:00
indent Fixed vim and zsh 2018-04-05 13:06:54 +02:00
syntax Fixed vim and zsh 2018-04-05 13:06:54 +02:00
syntax_checkers/kotlin Fixed vim and zsh 2018-04-05 13:06:54 +02:00
README.md Fixed vim and zsh 2018-04-05 13:06:54 +02:00

kotlin-vim

Installation

Vundle

Add Plugin 'udalov/kotlin-vim' to your ~/.vimrc and run PluginInstall.

Pathogen

$ git clone https://github.com/udalov/kotlin-vim ~/.vim/bundle/kotlin-vim

Manual

  1. mkdir -p ~/.vim/{syntax,indent,ftdetect}
  2. cp syntax/kotlin.vim ~/.vim/syntax/kotlin.vim
  3. cp indent/kotlin.vim ~/.vim/indent/kotlin.vim
  4. cp ftdetect/kotlin.vim ~/.vim/ftdetect/kotlin.vim
  5. If you use Syntastic: cp -r syntax_checkers/kotlin ~/.vim/syntax_checkers/
  6. Restart Vim
Enjoy!