Skip to content

Instantly share code, notes, and snippets.

@modille
Last active March 19, 2018 18:36
Show Gist options
  • Save modille/00c85620b09f75158cce6e47ac4947d3 to your computer and use it in GitHub Desktop.
Save modille/00c85620b09f75158cce6e47ac4947d3 to your computer and use it in GitHub Desktop.
Custom Makefile to rebuild Neovim
all:
rebuild:
make distclean && make clean && make CMAKE_BUILD_TYPE=Release
sudo make install
pip2 install --user --upgrade neovim
pip3 install --user --upgrade neovim
gem update neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment