Skip to content

Commit f0988cb

Browse files
committed
neovim: Add shim for xxd (Closes #7362)
1 parent c27f484 commit f0988cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bucket/neovim.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"extract_dir": "nvim-win-arm64"
2222
}
2323
},
24-
"bin": "bin\\nvim.exe",
24+
"bin": [
25+
"bin\\nvim.exe",
26+
"bin\\xxd.exe"
27+
],
2528
"checkver": {
2629
"url": "https://api.github.com/repositories/16408992/releases/latest",
2730
"jsonpath": "$.body",

0 commit comments

Comments
 (0)