Explorar el Código

Add scala syntax support

Thomas Dy hace 9 años
padre
commit
537943604e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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()