Skip to content

Instantly share code, notes, and snippets.

@eduardoarandah
Created January 7, 2021 19:40
Show Gist options
  • Save eduardoarandah/4a2a9e0ff81e1140f515eb34e06b5e32 to your computer and use it in GitHub Desktop.
Save eduardoarandah/4a2a9e0ff81e1140f515eb34e06b5e32 to your computer and use it in GitHub Desktop.
Neovim build script
# Example build script
git clone https://github.com/neovim/neovim.git
cd neovim
make install
mv build/bin/nvim /usr/local/bin/nvim05
# put this in your .zshrc or .bashrc
alias v=/usr/local/bin/nvim05
alias nvim=/usr/local/bin/nvim05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment