Replies: 2 comments 3 replies
-
|
Which colorscheme do you use? Where in your vimrc do you set it (and possibly |
Beta Was this translation helpful? Give feedback.
-
|
If the whole sign column has a grey background, that's the default colorscheme βΒ gitgutter doesn't set the sign column's background. You could try I used your config on my Vim 8.2.3008 and it behaved as expected, i.e. the sign column's background was the same as the window's background (black). Which patch version of 8.2 are you on? You can find out where you sign column is being configured with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently setup with git gutter and am having issues with the SignColumn. The last lines in my
.vimrcareBut the SignColumn always has its grey background when launching into vim. If I source my
.vimrcdirectly after launch, it gets cleared, but it is always there on boot. I've tried addinghighlight! link SignColumn LineNrandlet g:gitgutter_sign_allow_clobber = 1, but neither seems to work. Has anyone else had this issue?I'm running Vim 8.2 with GitGutter at commit
18d129Beta Was this translation helpful? Give feedback.
All reactions