coc-git 2.6.0 → 2.7.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.
Files changed (3) hide show
  1. package/Readme.md +3 -0
  2. package/lib/index.js +400 -289
  3. package/package.json +47 -1
package/Readme.md CHANGED
@@ -133,6 +133,9 @@ if your have highlight groups defined for vim-gitgutter, you can use:
133
133
  "git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
134
134
  ```
135
135
 
136
+ When you have `git.addGBlameToVirtualText` enabled, use command
137
+ `let g:coc_git_hide_blame_virtual_text = !get(g:, 'coc_git_hide_blame_virtual_text', 0)` to dynamic toggle virtual text.
138
+
136
139
  ## Usage
137
140
 
138
141
  ### Statusline integration