nvim-scrollbar icon indicating copy to clipboard operation
nvim-scrollbar copied to clipboard

Hlslens signs not working

Open LDprg opened this issue 11 months ago • 2 comments

Well there are no signs for hlslens, gitsigns are working and the scrollbar itself too. I am using lazy as package manager.

LDprg avatar Jan 11 '25 14:01 LDprg

It might worth checking out https://github.com/petertriho/nvim-scrollbar/issues/83#issuecomment-2561442928, it could be the search highlight color overlapping with the background

petertriho avatar Jan 14 '25 10:01 petertriho

@petertriho Ok, I got the problem (it's a different kind, actually). It seems nvim-scrollbar updates the scrollbar on typing in the command line. It also seems like git signs are not properly updating when entering a file. Just when pressing a key in normal/insert/visual mode.

LDprg avatar Jan 15 '25 16:01 LDprg