nui.nvim
nui.nvim copied to clipboard
[bug] incorrect rendering of popup
hello!
I've recently switched to the OneDark neovim theme and the command line popup started to render incorrectly. after playing with it for a while, I've been able to "resolve" the issue by removing that line:
vim.api.nvim_command("redraw")
in Border:_open_window function. however, I don't think this is the correct fix.
how it looks without the mentioned change:
how it looks after removing the redraw line:
You need to give me some codes to repro it.
ah, sorry for that. I'll try to prepare a minimal setup that reproduces the issue
this is my full config: https://github.com/embe221ed/scripts/tree/main/configs/nvim