neoclide / coc-git

Git integration of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable highlight group?

ytian81 opened this issue · comments

I am using both coc-git and https://github.com/rhysd/conflict-marker.vim. I prefer to have conflict-marker to set the merge conflict's highlighting. So I am wondering how to disable coc-git completely because right now it always overrides the other's highlighting. I've tried the following but it doesn't do the right thing.

"git.addedSign.hlGroup": "",
"git.changedSign.hlGroup": "",
"git.removedSign.hlGroup": "",
"git.topRemovedSign.hlGroup": "",
"git.changeRemovedSign.hlGroup": "",