- need Git installed
- install Vim/Gvim
- setup depending on the operating system: see the next sections.
- start Vim and do the following
:PlugUpgrade
:PlugInstall
- restart Vim
- rename
_vimrc
to another to avoid error when doing git pull
- Find
$VIM
directory using Vim commandline
- clone repo
git init
git remote add origin git@github.com:taekyunk/vim_setup.git
git pull origin master
- Make sure that
git.exe
is available in PATH before using 'Vimplug'
- Can find one from 'Git for Windows'
- clone this repo into ~/vimconfig
- add symbolic shortcuts
cd ~
ln -s vimconfig/vimfiles .vim
ln -s vimconfig/_vimrc .vimrc
ln -s vimconfig/.gvimrc_ubuntu .gvimrc
- clone this repo into ~/vimconfig
- add symbolic shortcuts
cd ~
ln -s vimconfig/vimfiles .vim
ln -s vimconfig/_vimrc .vimrc
ln -s vimconfig/_gvimrc_mac .gvimrc