Fix plugin name
This commit is contained in:
parent
e6a1ab93c4
commit
e97e04f9e7
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -41,8 +41,8 @@ Plug 'racer-rust/vim-racer'
|
||||||
" 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
|
" groovy syntax and indent
|
||||||
Plug 'vim-scripts/groovyindent'
|
|
||||||
Plug 'vim-scripts/groovy.vim'
|
Plug 'vim-scripts/groovy.vim'
|
||||||
|
Plug 'vim-scripts/groovyindent-unix'
|
||||||
|
|
||||||
" 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