coc-git 2.4.9 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +0 -2
- package/lib/index.js +360 -223
- package/package.json +14 -9
package/Readme.md
CHANGED
|
@@ -61,8 +61,6 @@ In your vim/neovim, run command:
|
|
|
61
61
|
|
|
62
62
|
- `git.browserBranchName`: Branch name for browserOpen and copyUrl., default: `""`
|
|
63
63
|
|
|
64
|
-
- `git.urlMode`: URL mode for browserOpen and copyUrl, you can set it to `"permalink"`. default: `"normal"`
|
|
65
|
-
|
|
66
64
|
- `git.urlFix`: a object to configure the url style of copyUrl and browserOpen, make this two command support other git services like gitlab and gitea. default: `{}`
|
|
67
65
|
|
|
68
66
|
- `git.issueFormat`: Formatting string for issue completion. Supported interpolation variables: %i - issue id. %r - repository name. %o - organization/owner name. %t - issue title. %b - issue body. %c - issue created at. %a - issue author. %u - issue url., default: `"#%i"`
|