Closed SingularisArt closed 1 year ago
Hi @SingularisArt. Thanks for reporting the issue.
Are you enabling signs for gitsigns
in your config?
require('scrollview.contrib.gitsigns').setup()
Do the signs still show if you enter :ScrollViewDisable
?
The signs still show up even after disabling the scroll view (via the command provided). I don't have require('scrollview.contrib.gitsigns').setup()
in my config. All I have is the setup function.
"The signs still show up even after disabling the scroll view (via the command provided)."
It sounds like the signs are coming from another plugin (assuming no bug in :ScrollViewDisable
). If you uninstall scrollview, are the signs still shown?
NVM. The issue was with statuscol.
Here's my setup:
But here's the output:
I'm using the latest commit.