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

Git integration of coc.nvim

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

Often we I review the code, I had to check out the branch and do a local review. I need jump around the source code to understand. But then I...

enhancement

It can only show commit of current chunk and navigate to the first row now. How to jump to the current code inside commit?

enhancement

For example, I'd like to use `git diff -w` rather than `git diff`.

This is a feature request to have something similar as in https://github.com/neoclide/coc.nvim/issues/3168. Currently I have tried to set `git.realtimeGutters` to `false`, but it simply disables git gutter updates as a...

I use the following in my `.gitconfig` [more info here](https://stackoverflow.com/questions/27417656/should-diff3-be-default-conflictstyle-on-git) ``` [merge] conflictstyle = diff3 ``` This causes the commands: ``` nnoremap g1 (coc-git-keepcurrent) nnoremap g2 (coc-git-keepboth) nnoremap g3 (coc-git-keepincoming)...

hi, I quite enjoy the merge conflict feature of coc-git, I noticed that sometimes it doesn't work, like the following block: ![image](https://user-images.githubusercontent.com/33961674/112706773-795f3300-8ee1-11eb-9d17-a5b6ea41680c.png) do you have an idea on what can...

When comparing with a diff on GitHub it folds unchanged and shows 3 lines of context. It would be awesome if there was a configuration option to specify how many...

Reproduction: - install vim-repeat and coc-git - set `autocmd CursorHold,BufWritePost * CocCommand git.refresh` - do any mapping registered to repeat (except of assigned to git.refresh ;)) - try to repeat...

While using fugitive with coc-git (great combination btw.), I've noticed it might make sense to show the staged status of lines in the gutter bar as well. With this feature...

enhancement