There are basically only two step. Download and copy it in your home dir and save it as .vimrc. But let me walk thorough.
Thanks to Pallav
- cd ~
- wget https://raw.githubusercontent.com/pallavagarwal07/_vim/master/_vimrc
- mv _vimrc .vimrc
- vim
- :PlugInstall
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
And repeat the steps 4 and 5.
Thanks to Pallav
No comments:
Post a Comment