/vim

my .vimrc

Primary LanguageVim ScriptMIT LicenseMIT

first step

mkdir -p ~/.vim/bundle
git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

in linux

wget https://raw.githubusercontent.com/swanmatch/vim/master/.vimrc -P ~

in Windows

wget https://raw.githubusercontent.com/swanmatch/vim/master/_vimrc