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
I think I may have just hit an edgecase based on my screen size, but if I start no neck pain, it works, fantastic. Open a second split, it works. Open a third, it still works, lovely. Close that third, and it goes back down to 2 splits, but full screen - my left side buffer has gone (I only use a left side buffer, no right). Rerunning :NoNeckPain has no effect. Doing ctrl-w = has no effect. One thing that does work is closing down my second split - then, with only one split left, no-neck-pain kicks in and works as normal.
I'm guessing I'm just hitting an unfortunate width that means no-neck-pain thinks the screen is too small to have a buffer, but I don't want to decrease the width as it's just how I like it.
Thanks!
Neovim version
0.9.x
Steps to reproduce
Run NNP
Open a split, and again (maybe even again to reproduce)
Close splits down to 2
Buffer is not used.
Relevant log output
No response
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
Hi, thanks for getting back to me so quickly - I've updated to the newest version... it's actually sort of made it worse... sorry!
It definitely re-evalutes what width it should be at what seems like the right time now... but the left hand split (not the NNP buffer, but my left split) always seems to be bigger than it should be - by quite a lot. ctrl-w = does fix it though, until I open another split, and then it evalutes again...
ahh I've figured it out :) it's to do with not having the right buffer. If I enable the right buffer, it all works as expected. With the right buffer disabled, my left split expands to fit the empty space, and the left NNP buffer is the same size as if they were both there (the left and right NPP buffers). This is ok for me, I can just enable the right pane, no biggie.
I think the bug actually is, tho: If right pane is disabled, make the left pane proportionally bigger
For the record tho, with left and right NNP buffers enabled, it now works absolutely perfectly, like a dream. I've been looking for this kind of thing for so long... thank you!
Description
So, first off, love the plugin, it's amazing.
I think I may have just hit an edgecase based on my screen size, but if I start no neck pain, it works, fantastic. Open a second split, it works. Open a third, it still works, lovely. Close that third, and it goes back down to 2 splits, but full screen - my left side buffer has gone (I only use a left side buffer, no right). Rerunning :NoNeckPain has no effect. Doing
ctrl-w =
has no effect. One thing that does work is closing down my second split - then, with only one split left, no-neck-pain kicks in and works as normal.I'm guessing I'm just hitting an unfortunate width that means no-neck-pain thinks the screen is too small to have a buffer, but I don't want to decrease the width as it's just how I like it.
Thanks!
Neovim version
0.9.x
Steps to reproduce
Relevant log output
No response
Self-service
The text was updated successfully, but these errors were encountered: