Did you check docs and existing issues?
Neovim Version (nvim -v)
0.9.1
Operating System / Version
MacOS Monterey
Describe the Bug
After adding newline when use_popups_for_input = false by @pysan3, when I set vim.opt.cmdheight=0 the add new file or directory prompt does not show, only one line to input the new file name or directory.
Screenshots, Traceback
When vim.opt.cmdheight not set:
When vim.opt.cmdheight set to 0:
