anuvyklack / windows.nvim

Automatically expand width of the current window. Maximizes and restore it. And all this with nice animations!
MIT License
537 stars 15 forks source link

:WindowsMaximize works on vertical splits, but doesn't on horizontal ones #24

Closed nicolimo86 closed 1 year ago

nicolimo86 commented 1 year ago

Working scenario: 1) Open neovim and create a vertical split with :vs. 2) :WindowsMaximize will work as expected.

Not working scenario: 1) Open neovim and create a horizontal split with :sp. 2) :WindowsMaximize does not do anything.

anoopd commented 11 months ago

Sorry to bother you agin ....... the problem prevails with a small difference . :WindowsMaximize does work in horizontal split but it doesn't work automatically as in vertical splits . Is there something to be done other than that in the config example