Browse Source

Add kotlin syntax support

Thomas Dy 8 years ago
parent
commit
50653e93c6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -24,6 +24,10 @@ if executable('sbt')
   Plug 'derekwyatt/vim-scala'
 endif
 
+if executable('kotlin')
+  Plug 'udalov/kotlin-vim'
+endif
+
 if executable('ansible')
   Plug 'pearofducks/ansible-vim'
 endif