Clone the repository:
git clone https://github.com/hackermd/vimanicer.git ~/.vim
MacOSX:
brew install vim
Ubuntu:
apt install vim # Depending on your distribution you may need to install Python3 apt-get install python3-dev python3-pip pip3 install greenlet
CentOS:
yum install vim
MacOSX:
brew install the_silver_searcher
Ubuntu:
apt-get install silversearcher-ag
CentOS:
yum install the_silver_searcher
MacOSX and Linux (already provided with the repository):
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Start vim and install plugins:
vim -c PlugInstall