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
With no plugins, neovim's debug window will expand upwards as you enter more commands. For example if you enter :debug echo "haha" or enter the debugger from a script, you can echo a variable to see it's value, and it will print, and the debug window will expand by however many lines it takes to accommodate the output.
When this plugin is enabled, the height of the debug window is stuck at 1, preventing the user from seeing any of the debug output. Worth mentioning that this behavior does not exists with the vimscript version of this plugin, jeffkreeftmeijer/vim-numbertoggle
The text was updated successfully, but these errors were encountered:
With no plugins, neovim's debug window will expand upwards as you enter more commands. For example if you enter
:debug echo "haha"
or enter the debugger from a script, you can echo a variable to see it's value, and it will print, and the debug window will expand by however many lines it takes to accommodate the output.When this plugin is enabled, the height of the debug window is stuck at 1, preventing the user from seeing any of the debug output. Worth mentioning that this behavior does not exists with the vimscript version of this plugin,
jeffkreeftmeijer/vim-numbertoggle
The text was updated successfully, but these errors were encountered: