Thanks for the awesome plugin--it's way better than the others.
Should :registers work? It doesn't seem to do anything for me.
The nvim "pager" currently doesn't display. vscode-neovim could capture pager events via the ext_messages UI option (see :help ui-messages, actually vscode-neovim already uses it). Maybe it could be displayed in a vscode popup or vscode "notification" bubble/toaster?
Currently multiline messages for things like :registers, :jumps or :changes are not captured yet. I planned to make a special tree-view (will be also great for an undo-branches) in sidebar to display them.
Alternative approaches are a) display in quick pick (a la command line widget) b) output channel.
Bubbles won't work for such things.
Most helpful comment
Currently multiline messages for things like
:registers,:jumpsor:changesare not captured yet. I planned to make a special tree-view (will be also great for an undo-branches) in sidebar to display them.Alternative approaches are a) display in quick pick (a la command line widget) b) output channel.
Bubbles won't work for such things.