neovim:
Install newvim, link nvim folder into ~/.config folder.
Install Plugin manager with:
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Enter into vim and run :PlugInstall