Kaynağa Gözat

Add kotlin syntax support

Thomas Dy 8 yıl önce
ebeveyn
işleme
50653e93c6
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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