rebelot/heirline.nvim

Changes after commit 750a112 seem to break `noice.nvim`

Closed this issue · 2 comments

atchim commented

This is my editor in 750a112:

image

This is my editor with changes after 750a112:

image

These are the issues I noticed:

  • The winbar is shown in the splash screen, which is not desired.
  • The floating command window is completely broken. It doesn't display the characters I type.
  • Messages aren't shown.

The editor was unusable, so I had to explicitly set the commit field with 750a112 in my lazy.nvim configuration to be able to use the editor again.

Con you disable the winbar for noice and dashboard file types from the callback option?

atchim commented

I was still using the old approach with an autocommand to disable the winbar. Using disable_winbar_cb with the proper value fixed this. Thanks for the tip, @rebelot! I wasn't aware of this new functionality.