nvim-numbertoggle
nvim-numbertoggle copied to clipboard
causes debug window to not expand
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