You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m experiencing an issue with underline rendering when using snacks.nvim indent in Neovim. When I log a multiline object, as shown in the attached image, the underlines extend to trailing whitespace, creating unnecessary visual noise.
I’ve noticed that indent-blankline.nvim avoids this by using virtual text for highlighting. Is this an LSP limitation, or is there a workaround to resolve this using snacks.nvim indent?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experiencing an issue with underline rendering when using
snacks.nvim
indent in Neovim. When I log a multiline object, as shown in the attached image, the underlines extend to trailing whitespace, creating unnecessary visual noise.This is how it looks with disabled indent:
LSP: biome
Colorscheme: tokyonight-moon (transparent)
I’ve noticed that
indent-blankline.nvim
avoids this by using virtual text for highlighting. Is this an LSP limitation, or is there a workaround to resolve this usingsnacks.nvim
indent?Beta Was this translation helpful? Give feedback.
All reactions