symbol-usage.nvim icon indicating copy to clipboard operation
symbol-usage.nvim copied to clipboard

feat: virtual text overflow option

Open LinkUpGames opened this issue 4 months ago • 1 comments

Currently, the virtual text will always be in the window's view even if the user horizontally scrolls past the virtual text's original position. I add an option overflow that prevents this and makes sure that the virtual text stays in place. I thought it would be nice to allow those that have nowrap set to off to only see the virtual text to where the symbol is at.

Before: imagen

After: imagen

LinkUpGames avatar Aug 30 '25 17:08 LinkUpGames

Thanks for the PR, it's a good suggestion!

Wansmer avatar Aug 31 '25 01:08 Wansmer