This is my vim-configuration
-
checkout source
$ git clone https://github.com/apoh/myvim.git ~/.vim -
create directory ~/.vim/bundle/
$ mkdir ~/.vim/vundle -
checkout vundle
$ git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim -
Link repositorie to ~/.vim, vimrc to ~/.vimrc and gvimrc to ~/.gvimrc
$ ln -s ~/.vim/vimrc ~/.vimrc$ ln -s ~/.vim/gvimrc ~/.gvimrc -
Install Bundles
Launch
vimand runNeoBundleInstall