Closed dbatten5 closed 4 years ago
Do you have splitright
set? (:echo &splitright
=> 1
). That's how I'm able to reproduce this.
Ok, upon further inspection, twiggy_split_method
is documented but never used 😬😬😬 Clearly a bug.
Sooooo, it turns out that the documentation was just wrong. The setting is actually g:twiggy_split_position
🤦 I've fixed the docs.
Ah great, probably should have checked that myself! Thanks for updating though
I've tried all four possible values for
twiggy_split_method
and the window always opens on the right. I've been able to control other aspects of the twiggy window fine, eg. the number of columns withlet g:twiggy_num_columns = 50
.I've echoed out the value of
g:twiggy_split_method
which istopleft
and as you can see the window is on the right. Is there something else I'm missing? Or perhaps a conflicting configuration variable? A bit stuck on where to start debugging this.If I open a new split with eg
:topleft vnew
it works as expected.Thanks!