You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I run :PackerSync when there is a plugin that has been removed from my config. Packer displays a notification to show what is being removed then prompts for Y|N input. Noice puts the Input prompt over Packer's display of what is being removed.
Noice disabled:
Noice enabled
Which version of Neovim are you using?
nightly NVIM v0.9.0-dev-155+g771824128
To Reproduce
Steps to reproduce the behavior:
Use packer. Remove a previously installed plugin from your configuration.
Run :PackerClean or "PackerSync inside of nvim with Noice enabled.
Expected Behavior
The display and the input prompt do not cover each other. Either noice somehow picks up Packer's display so that it handles it or it detects that it is there so as not to overlay it. Or something else that keeps displays in view.
Screenshots
See above.
The text was updated successfully, but these errors were encountered:
\#117 Added the smart_move function that avoids overlap. But it
introduced some bugs with cmdline view set to `cmdline`. To avoid
overlap with `mini` or other views, the cmdline itself would move to odd
locations. This fixes that issue.
Describe the bug
I run
:PackerSync
when there is a plugin that has been removed from my config. Packer displays a notification to show what is being removed then prompts for Y|N input. Noice puts the Input prompt over Packer's display of what is being removed.Noice disabled:
Noice enabled
Which version of Neovim are you using?
nightly NVIM v0.9.0-dev-155+g771824128
To Reproduce
Steps to reproduce the behavior:
:PackerClean
or"PackerSync
inside of nvim with Noice enabled.Expected Behavior
The display and the input prompt do not cover each other. Either noice somehow picks up Packer's display so that it handles it or it detects that it is there so as not to overlay it. Or something else that keeps displays in view.
Screenshots
See above.
The text was updated successfully, but these errors were encountered: