Add groovy support

This commit is contained in:
Thomas Gideon 2017-11-09 12:04:33 -05:00
parent dca0931bec
commit e6a1ab93c4

View file

@ -40,6 +40,9 @@ Plug 'racer-rust/vim-racer'
"Plug 'marijnh/tern_for_vim'
" completion engine, needed to expose racer and tern
Plug 'valloric/youcompleteme'
" groovy syntax and indent
Plug 'vim-scripts/groovyindent'
Plug 'vim-scripts/groovy.vim'
" All of your Plugins must be added before the following line
call plug#end() " required