dotfiles/.config/nodejsscript/completions.json
Jan Andrle ff3138230d
Migrate other dotfiles and log …
not included in the original repo
2024-02-20 16:00:47 +01:00

39 lines
555 B
JSON

{
"version": "1.0",
"scripts": {
"§vim_plugins": {
"target": "§vim_plugins",
"npx": false,
"completions": {
"path": [],
"clone": [
"-t",
"--target",
"-b",
"--branch"
],
"C": "clone",
"remove": [],
"R": "remove",
"rm": "remove",
"list": [
"-t",
"--type"
],
"L": "list",
"ls": "list",
"export": [],
"status": [],
"S": "status",
"pull": [],
"P": "pull",
"update": "pull"
},
"completions_all": [
"--help",
"--version"
]
}
}
}