Fix plugin name

This commit is contained in:
Thomas Gideon 2018-01-02 12:41:19 -05:00
parent e6a1ab93c4
commit e97e04f9e7

View file

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