change vim plugin manager into vim-plug.
-
backup
.vim
directory and.vimrc
first.(IMPORTANT!) -
cd ~
to change directory to home directory. -
copy files to home directory:
git clone git://github.com/nunumick/vim.git
- make a symbolic link
.vim
tovim
that we just cloned.
ln -s vim ~/.vim
- link the vimrc
ln -s ~/.vim/vimrc ~/.vimrc
- link the gvimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
- install
ack
.
brew install ack
Launch vim
, run :PlugInstall
Launch vim
, run :PlugUpdate