Goneovim cannot display cmdline_popup
#212
przepompownia
started this conversation in
General
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I can also reproduce it with the minimal config goneovim --nvim ~/tmp/nvim-from-src/bin/nvim -u /tmp/noice-min.lua |
Beta Was this translation helpful? Give feedback.
5 replies
-
I have a Neovim PR that fixes the problems with multigrid, but Goneovim will also need to make a change. See here akiyosi/goneovim#423 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use master version of Neovim, built from sources everyday. After numerous bugs with redrawing from some moment (on Wayland) I switched from nvim-qt to goneovim (https://github.com/akiyosi/goneovim).
Looking into rcarriga/nvim-notify#5 and neovim/neovim#16396 I decided to check what it is Noice. Unfortunately,
cmdline_popup
turned out not to work in Goneovim. In terminal (kitty) command line popup works.If you can reproduce it, then probably we need to warn users similarly to Neovide (docs + checkhealth).
Beta Was this translation helpful? Give feedback.
All reactions