1
0
Fork 0

Scope update-neovim.sh to debian: arch gets neovim from pacman; guard no-ops elsewhere

This commit is contained in:
Rain 2026-08-19 08:16:41 -04:00
parent f692fbf01e
commit a223473fc2
3 changed files with 121 additions and 2 deletions

View file

@ -31,3 +31,8 @@ repos = [
"~/Documents/Git/*"
]
[commands]
# Debian-only (script no-ops elsewhere): apt neovim is stale, so debian
# machines install from the pinned binary tarball. Arch uses pacman.
"~/.local/bin/update-neovim.sh" = "neovim"