folke / noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
Apache License 2.0
4.15k stars 95 forks source link

Delay of statusbar "mode" change after popup use #353

Closed adrian5 closed 1 year ago

adrian5 commented 1 year ago

I'm not sure if this is related to how noice interacts with lualine, but after I use popups there's a noticeable delay in the mode indicator. This makes my brain think something (else) happened at the bottom, which is distracting. It doesn't seem to be affected by the values of timeoutlen or updatetime.

mode-delay

Is this normal?

folke commented 1 year ago

config.lualine.refresh.statusline = 1000 Defaults to one second. Not related to Noice. Check the lualine docs