/vimrc

Primary LanguageVimL

vimrc

Execute the following commands to setup your vim.

cd ~/.vim
git init
git remote add origin https://github.com/dummi/vimrc.git
git pull origin master
git submodule init
git submodule update
ln -sf ~/.vim/vimrc ~/.vimrc