vimrc-Todd
.vimrc, simple configures, without plugins.
Introduction
Just remove all plugins, keep basic config.
Install
1. backup your old .vimrc if it is necessary
2. just get the file
recommend
curl https://raw.githubusercontent.com/gowiden/vim/master/vimrc > ~/.vimrc
or use git
git clone https://github.com/gowiden/vim.git
ln -s vimrc/vimrc ~/.vimrc