瀏覽代碼

Add scala syntax support

Thomas Dy 9 年之前
父節點
當前提交
537943604e
共有 1 個文件被更改,包括 4 次插入0 次删除
  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()