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
This problem is only noticeable to me through lualine, but I can only reproduce it when dropbar is active, which makes me think it might be dropbar related. If the lualine repo is a more appropriate place to submit this bug report, please let me know.
I use lualine with laststatus = 3 so that the bar always stays in the same place, but the contents will change. But if I have the following conditions met:
Have multiple panes on the screen
Focus anything other than the top left pane
Have dropbar active (e.g. opening it as a blank test.lua file)
Then, when I open the command/ex mode by pressing :, then lualine will blank and take some amount of time to reload. Sometimes, it's very quick, while other times it can be about a second.
Description
This problem is only noticeable to me through lualine, but I can only reproduce it when dropbar is active, which makes me think it might be dropbar related. If the lualine repo is a more appropriate place to submit this bug report, please let me know.
I use lualine with
laststatus = 3so that the bar always stays in the same place, but the contents will change. But if I have the following conditions met:Then, when I open the command/ex mode by pressing
:, then lualine will blank and take some amount of time to reload. Sometimes, it's very quick, while other times it can be about a second.nvim version
NVIM v0.12.0-dev-1755+g6383123326 Build type: RelWithDebInfo LuaJIT 2.1.1764593432
dropbar.nvim version
ce20224
Operating system and version
Linux arch 6.18.1-arch1-2
Minimal config
Steps to reproduce
nvim --clean -u minimal.lua:e test.lua:splitor:vsplit:and then<esc>a few times for expected lualine behavior<c-w>lor<c-w>j:and then<esc>a few times to see the delayed lualine behaviorExpected behavior
Dropbar being active should not affect lualine
Actual behavior
With
laststatus = 3, focus on a pane that's not in top left, and dropbar active, lualine is affected.Additional information
Here's a video of me trying it with dropbar active and not active, in the focused split and not.
Screencast_20251219_220959.webm