Replies: 2 comments
-
I forgot to mention I use https://github.com/folke/noice.nvim with the "cmdline_popup" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set
laststatus = 3
and whenever I open a floating window ( Telescope, Fterm ... ) lualine disappears.My config for inactive_sections
My current workaround is to set
laststatus
to 2 when I open a floating window which is fine when I only have one window open. However when I have multiple windows ( splits ) and open a floating window, all windows have now a status line ( obviously ) which is not ideal. I always want the "appearance" of a global status bar.Is this the wrong approach? Can I have
laststatus
set to 3 and have lualine not disappear when opening a floating window?Global status bar with window split (
laststatus
= 3 )Window split and open floating window (
laststatus
= 2 )My goal is to only show one of the "-- INSERT --" here
Single window and open floating window (
laststatus
= 2 )This looks good
Beta Was this translation helpful? Give feedback.
All reactions