Add groovy support
This commit is contained in:
parent
dca0931bec
commit
e6a1ab93c4
1 changed files with 3 additions and 0 deletions
3
plug.vim
3
plug.vim
|
@ -40,6 +40,9 @@ Plug 'racer-rust/vim-racer'
|
||||||
"Plug 'marijnh/tern_for_vim'
|
"Plug 'marijnh/tern_for_vim'
|
||||||
" completion engine, needed to expose racer and tern
|
" completion engine, needed to expose racer and tern
|
||||||
Plug 'valloric/youcompleteme'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call plug#end() " required
|
call plug#end() " required
|
||||||
|
|
Loading…
Reference in a new issue