Skip to content

Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support

Notifications You must be signed in to change notification settings

litivps/kotlin-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-vim

Installation

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

$ 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!

About

Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 100.0%