mirror of
https://github.com/klmp200/vim-sync.git
synced 2025-06-23 19:55:17 +00:00
Changed vundle repo
This commit is contained in:
parent
a829711413
commit
fee0192087
@ -16,4 +16,4 @@ select STDIN;
|
||||
|
||||
close $vimrc;
|
||||
|
||||
`git clone https://github.com/gmarik/vundle.git $ENV{'HOME'}/.vim/bundle/vundle`
|
||||
`git clone https://github.com/VundleVim/Vundle.vim $ENV{'HOME'}/.vim/bundle/Vundle.vim`
|
||||
|
2
vimrc
2
vimrc
@ -12,7 +12,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
||||
cal vundle#begin()
|
||||
|
||||
" On indique à Vundle de s'auto-gérer
|
||||
Plugin 'gmarik/Vundle.vim'
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
|
||||
" Indique ce que doit gérer Vundle
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user