Install instructions for masters-of-cats/a-new-hope NeoVim config.
brew install python3 python@2 neovim
pip install neovim
pip3 install neovimsudo apt-get install neovim python2 python3
pip install neovim --user
pip3 install neovim --usergit clone https://github.com/masters-of-cats/a-new-hope ~/.config/nvimnvim --headless +PlugInstall +PlugUpdate +GoUpdateBinaries +qall
nvim --headless +UpdateRemotePlugins +qallnvim <filename>
# or
nvim .
# or
nvimOnce you have opened NeoVim, if you see errors it is possible the headless install did not work.
Without closing NeoVim, type :PlugInstall and enter, followed by :UpdateRemotePlugins and enter.
If you get further errors, try completely uninstalling and then reinstalling Python, Python3, Pip, and Pip3.