-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmdheight
gets overridden to 1 upon nvim-dap-ui starts
#108
Comments
Ah I see why this is happening, I'll have to tinker around to prevent this |
Tried to find a way to handle this without just resetting the value but doesn't seem possible with how NeoVim handles resizing windows. Added a fix in latest commit to just reset after opening/closing the windows |
When I toggle the UI several times with the latest version, I notice that the "DAP Watches" and repl split shrink if I have |
This is not related AFAIK to the cmdheight fix but is due to the way the window sizing logic works. There can rounding issues. Although I haven't solved the underlying problem, you can use the Also closing this issue as it's been solved. |
I have
cmdheight=2
as default and however nvim-dap-ui sets it to 1. I don't have this issue if I use nvim-dap without nvim-dap-ui.My nvim-dap/-ui config:
Neovim version:
The text was updated successfully, but these errors were encountered: