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 not too familiar with treesitter, but my first guess would be to replace the_line_the_cursor_is_on with a for loop of every_line_visible_in_the_window (probably some optimization possible there), and triggering the update on window motion rather than cursor motion.
As can be seen in the gif in the readme, the virtual text is only visible if the cursor is inside a scope block.
Is there an option to show it no matter where the cursor is?
Current behavior:
Desired behavior:
The text was updated successfully, but these errors were encountered: