Browse Source

Add scala syntax support

Thomas Dy 9 năm trước cách đây
mục cha
commit
537943604e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -13,6 +13,10 @@ if executable('lein')
   Plug 'tpope/vim-fireplace', {'for': 'clojure'}
 endif
 
+if executable('sbt')
+  Plug 'derekwyatt/vim-scala'
+endif
+
 Plug 'trusktr/seti.vim'
 
 call plug#end()