- Wipe out your
~/.vimrcfile and~/.vimdirectory (back up if you wish) git clone https://github.com/gavruk/vim-config.git ~/.vimln -s ~/.vim/.vimrc ~/.vimrc- Install VimR
~/.config/nvim/init.vimadd
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc
~/.zshrcadd
alias vim="/Applications/MacVim.app/Contents/MacOS/Vim"
alias vimr="/Applications/VimR.app/Contents/Resources/vimr"
- Download patched font
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode/Regular/complete brew install fd ack- Start Vim
- Run
:PlugInstall
- Run
:PlugUpdate