This document gives instruction of how to install vim-plug and gruvbox and set gruvbox as the color scheme.
# @ ~/
mkdir .vim
# @ ~/.vim
# For using plugb#begin(), plug#end()
mkdir autoload
mkdir colors
# @ ~/.vim/autoload
# For using vim-plug, you need to install vim-plug before hand
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# @ ~/.vim/colors
git clone https://github.com/morhetz/gruvbox.git
mv ./gruvbox/colors/gruvbox.vim .
# @ ~/.vim/autoload
## For installing plugin - NERDTree
git clone https://github.com/preservim/nerdtree.git
## Install plugins
vim -> :PlugInstall- NERDTree
- Press F5 to open toggle list and press again to close it