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
When the revealed string is very long (e.g. due to being deeply nested or just having very long words), it will wrap onto two lines in Vim's statusline. Unfortunately, that will cause Vim to wait for ENTER before one may continue. This requires me to press ENTER between each line when scrolling. Pretty annoying, to say the least. :)
I assume there's not much to do about this behaviour, since that's Vim's default behaviour. So it would be great if this plugin could be configured to truncate very long strings to fit within the current window width. If anyone has a cleverer way of fixing this, it would be much appreciated!
The text was updated successfully, but these errors were encountered:
lindhe
changed the title
Very long strings requires ENTER between each completion
Very long strings requires ENTER between each reveal
Feb 7, 2023
lindhe
added a commit
to lindhe/dotfiles
that referenced
this issue
Jul 4, 2023
I can confirm this behaviour. I had to disable yaml-revealer because this makes editing YAML impossible. What about limiting the nesting level instead to reveal only the first n levels ?
When the revealed string is very long (e.g. due to being deeply nested or just having very long words), it will wrap onto two lines in Vim's statusline. Unfortunately, that will cause Vim to wait for
ENTER
before one may continue. This requires me to pressENTER
between each line when scrolling. Pretty annoying, to say the least. :)I assume there's not much to do about this behaviour, since that's Vim's default behaviour. So it would be great if this plugin could be configured to truncate very long strings to fit within the current window width. If anyone has a cleverer way of fixing this, it would be much appreciated!
The text was updated successfully, but these errors were encountered: