Skip to content

Instantly share code, notes, and snippets.

View marcuslannister's full-sized avatar

Marcus marcuslannister

View GitHub Profile
@darcyparker
darcyparker / installNeovim.sh
Last active February 15, 2025 12:54
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