rebelot / heirline.nvim

Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
MIT License
968 stars 38 forks source link

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

Closed atchim closed 1 year ago

atchim commented 1 year ago

This is my editor in 750a112:

image

This is my editor with changes after 750a112:

image

These are the issues I noticed:

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.

rebelot commented 1 year ago

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

atchim commented 1 year ago

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.