Browse Source

Add scala syntax support

Thomas Dy 9 years ago
parent
commit
537943604e
1 changed files with 4 additions and 0 deletions
  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()