errormarker.vim icon indicating copy to clipboard operation
errormarker.vim copied to clipboard

interoperability issues with vim-gitgutter

Open bartman opened this issue 4 years ago • 2 comments

I'm on commit 66ab8e0a356ea8a971e99156c59d09c3beae5ef2 of errormarker, and the latest version of gitgutter (256702d).

I'm using Debian/testing built VIM v8.2.

I have been using gitgutter and errormarker plugins for a while. Gitgutter would manage git-diff markers in the left margin, while errormarker highlights lines with errors in red after running :make.

A recent update (in gitgutter) prevents errormarker from showing the highlight. Even if I use :GitGutterLineHighlightsDisable.

bartman avatar Oct 13 '21 13:10 bartman

NOTE: I have also filed this as an issue on vim-gitgutter: https://github.com/airblade/vim-gitgutter/issues/806

bartman avatar Oct 13 '21 13:10 bartman

As suggested in https://github.com/airblade/vim-gitgutter/issues/806#issuecomment-942365388, the problem can be resolved by adding

let g:gitgutter_sign_priority = 5

bartman avatar Oct 13 '21 15:10 bartman