Simple Neovim Config
Based on the excellent article by Heiker Curiel see here
Install nvim:
git clone https://github.com/mcgarrigle/nvim-bare.git ~/.config/nvim
cd ~/.config/nvim
./setup.sh
# add to .bash_profile
export PATH="${HOME}/.local/share/nvim/bin":$PATH