Skip to content

Instantly share code, notes, and snippets.

@strobelt
Last active March 11, 2026 11:06
Show Gist options
  • Select an option

  • Save strobelt/23c3df20b4b21a3a01964ab7e5aecceb to your computer and use it in GitHub Desktop.

Select an option

Save strobelt/23c3df20b4b21a3a01964ab7e5aecceb to your computer and use it in GitHub Desktop.
Install latest NeoVim in Debian
# Download latest neovim release from GitHub releases and pipe it to tar to extract it to /usr
curl -sL https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz \
| sudo tar -xzf - --strip-components=1 --overwrite -C /usr
@ScarletSA20
Copy link

ScarletSA20 commented Feb 12, 2026

OH MY FUCKING GOD, THANK YOU SO MUCH!!! I would kiss you right now, but I can't. Seriously, you're a godsend, @strobelt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment