Vim 7.4+ Config directory with many usefull plugins.
-
Backup your ~/.vim/ directory in case u have such
-
Clone the repository under your
~/
directory:cd ~ && git clone git://github.com/argo1984/vimconfig .vim --recursive
-
Source the config files in your
.vimrc
cd ~ && echo -e "source ~/.vim/.vimrc.core\nsource ~/.vim/.vimrc.common" > .vimrc