-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
duplicate statusline on splits using lualine #67
Comments
Make sure to fix misbehaving plugin managers like { 'vimpostor/vim-tpipeline', event = 'VeryLazy'} Otherwise
And this is not even for any good reason, this snakeoil lazy-loading "optimization" from For more info see: #66 (comment) The reason that in this case the startup sequence matters, is because you are using another plugin that misbehaves.
Due to this there are some workarounds necessary for lualine, that rely on the normal startup sequence. As for your problem with the statusline appearing in split windows, take a look at |
sorry for the duplicate issue thanks for the detailed response as well |
No, if you don't see the right part, that shouldn't conflict with anything in lualine.
Could you repost the debug output and the config to reproduce that?
|
it's odd because after restarting tmux a couple of times it fixed itself and I can't seem to reproduce it |
No worries, I will close the issue then. |
Describe the bug
when making a vertical split in neovim a duplicate statusline is made on top of the split buffer
To reproduce
empty config with just lualine and vim-tpipeline
using lazy
with the default changes from the README
Expected behavior
the statusline only appearing on the bottom where the tmux bar is
Terminal emulator
kitty terminal
Debug output
The text was updated successfully, but these errors were encountered: