coc-git icon indicating copy to clipboard operation
coc-git copied to clipboard

Git integration of coc.nvim

Results 18 coc-git issues
Sort by recently updated
recently updated
newest added

Issue: [Register the git.nextChunk and git.prevChunk commands #210](https://github.com/neoclide/coc-git/issues/210)

Hi. I am trying to let chunkinfo automatically shown after navigating to next/previous chunk but fail with any of the following mappings. ```vim nnoremap gn (coc-git-nextchunk)(coc-git-chunkinfo) nnoremap gn (coc-git-nextchunk);(coc-git-chunkinfo) nnoremap...

我在vim中设置给`:bn`和`:bp`绑定了快捷键,打开修改过内容的几个文件,快速在两个文件之间切换会导致报错。不过这个问题并不影响实际使用,只是在状态栏会提示错误信息。 我把coc-git卸载之后,在两个文件中快速切换导致报错的问题就没有了。 另外我在neovim中测试没有出现这个情况。 vim版本: VIM - Vi IMproved 9.0 (2022 Jun 28, 编译于 Oct 28 2023 22:49:40) MS-Windows 64 位控制台版本 包含补丁: 1-2081 coc-git版本: 2.7.0 日志: 2023-11-02T11:02:56.885 ERROR (pid:5444) [node-client] -...

To give other plugins info from coc-git related to chunk info would it be possible to add a new command to coc-git to provide the same out of git.chunkInfo but...

question

A warning message is shown to user when executing command showBlameDoc in a shallow repo.

return empty string for remote that points to local directory

libgit2 have [official binding](https://github.com/libgit2/node-gitteh) for nodejs. Perhaps we can use it to replace all process calling for git to save process fork cost.

wontfix