nvim-numbertoggle icon indicating copy to clipboard operation
nvim-numbertoggle copied to clipboard

causes debug window to not expand

Open jam1015 opened this issue 2 years ago • 0 comments

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

jam1015 avatar Jun 10 '23 01:06 jam1015