Repository for vim configuration files.
Clone the repository in the user's home directory:
$ cd $HOME
$ git clone [email protected]:alvarosainzpardo/.vim.git
The file $HOME/.vim/vimrc should be used by vim as the user config file. If not, then link $HOME/.vimrc to $HOME/.vim/vimrc:
$ ln -s ~/.vim/vimrc ~/.vimrc