BUG: popup window cutoff unless popup_border_style
option is set
#1600
Labels
bug
Something isn't working
popup_border_style
option is set
#1600
Did you check docs and existing issues?
Neovim Version (nvim -v)
0.10.2
Operating System / Version
MacOS Sequoia 15.0.1 (24A348)
Describe the Bug
The top half of the popup window is cut off. That is, after opening the popup window in Neotree, such as when adding a new file or renaming a current one, the top half of the popup window is missing. The window still works - it collects and echos user input and adds/renames file correctly.
Setting the
popup_border_style = "rounded"
option for Neotree appears to resolve this issue; the full popup window is rendered.Screenshots, Traceback
Steps to Reproduce
popup_border_style
value.a
to add a new file orr
to rename file under cursor.Expected Behavior
Border surrounds entire window; font is visible.
Your Configuration
The text was updated successfully, but these errors were encountered: