Awesome
Grimvim
- Clone this repo to
~/.vim
- Install vim-plug
- Link your vimrc
- URxvt? https://gist.github.com/1630581 (update font in .Xdefaults)
- Launch vi and run
:PlugInstall
command - Enjoy !
git clone https://github.com/sbadia/grimvim .vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
ln -sv ~/.vim/vimrc ~/.vimrc
vi
:PlugInstall