Migrate other dotfiles and log …

not included in the original repo
This commit is contained in:
2024-02-20 16:00:47 +01:00
parent e1f5b70b33
commit ff3138230d
36 changed files with 11453 additions and 5 deletions

View File

@@ -0,0 +1,38 @@
{
"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"
]
}
}
}