curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
curl https://gist.githubusercontent.com/19WAS85/7594037/raw/d49210f3ff722d5254276e50f805a218715dfa87/2.init.vim > ~/.vimrc
In case of nvim, change this last command output file path from ~/.vimrc
to ~/.config/nvim/init.vim
.
vim
:PlugInstall