-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Bug] Border height is wrong when using laststatus=0
#71
Comments
There's a small bug for now but I suppose it should be fixed soon-ish ! See nvim-zh/colorful-winsep.nvim#71
Friend, I believe you should use laststatus=3, instead of 0. I originally created this plugin to implement laststatus=3 |
Can you tell me why to use laststatus=0? |
Because I use Sorry lots of edits on that one, I'm working on the side. n_n' |
Okay, I will fix this issue as soon as possible, so please be patient. |
Sweet, thank you very much! |
Sorry, it's a bit complicated. If you're in a hurry, you can fix it yourself; the specific location is here: https://github.com/nvim-zh/colorful-winsep.nvim/blob/93a063e25a78c2a50441f3d1ece548465159aa1f/lua/colorful-winsep/view.lua#L50 |
2024-07-26_21-25-20.mp4 |
Please mute before watching; I forgot to mute. |
I'll see what I can do if I get the time for it, but no promises. 😅 I have to confess, though: I recently found a nice plugin for showing current "context" in code to use in my statusbar and I've enabled |
Right choice😂😂😂 |
Context
I'm using
winbar
to display a discreet status bar atop my various splits, and I like to disable the default status bar altogether for that, usinglaststatus=0
Bug
The display is kinda wrong when having
laststatus
set to0
to hide it in favour ofwinbar
.The vertical end delimiters are offset compared to the horizontal delimiters on bottom horizontal split.
Minimal reproduction
/tmp/repro.lua
nvim -u /tmp/repro.lua +split +vsplit
The text was updated successfully, but these errors were encountered: