Scope update-neovim.sh to debian: arch gets neovim from pacman; guard no-ops elsewhere
This commit is contained in:
parent
f692fbf01e
commit
a223473fc2
3 changed files with 121 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue