This is a minimal Vim configuration in just one file without external dependencies. The purpose is to provide a light-weight and ready-to-use Vim config for quick editing.
The config is tested in Vim 7.4.
# to avoid default conf interfering with this conf
mv ~/.vimrc ~/.vimrc.bak
git clone https://github.com/sud0t/live_minimal_vim.git && cd live_minimal_vim .
mv ./.vimrc ~/