Vim configurations with plugins managed by Vundle.
git clone https://github.com/winfred-lu/dotvim.git ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
ln -sf ~/.vim/vimrc ~/.vimrc
for gvim
cd %userprofile%
git clone ...
copy .vim\vimrc _vimrc
for neovim
copy .vim\vimrc AppData\Local\nvim\init.vim
vim -E -s -u ~/.vimrc +PluginInstall +qall
Note. ~/.vimrc would be the path to rc file accordinly