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
vim
and runNeoBundleInstall