Skip to content

Instantly share code, notes, and snippets.

@darcyparker
darcyparker / installNeovim.sh
Last active July 22, 2024 13:24
Build and install neovim for Debian
#!/usr/bin/env bash
#Build and install neovim for Debian
#See: https://neovim.io/
#See: https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start
#See: https://gist.github.com/darcyparker/153124662b05c679c417
#Save current dir
pushd . > /dev/null || exit