#My all platform vimrc This is my all platform vimrc
#Usage ##windows
git clone https://github.com/Frankdog/MyVim.git %USERPROFILE%/vimfiles
cd %USERPROFILE%/vimfiles
git submodule update --init --recursive
##Linux
git clone https://github.com/Frankdog/MyVim.git ~/.vim
cd ~/.vim
git submodule update --init --recursive