This is my .vim/
folder that contains all the plugins and configurations that I need on vim.
To install these settings just do a git clone
in your home directory:
git clone git://github.com/rogeriopvl/.vim.git
Then create two symbolic links for vimrc
and for gvimrc
:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc