windows.nvim
windows.nvim copied to clipboard
Ignore `sidescrolloff`
First, thank you for this great plugin. I installed it yesterday and really enjoying smooth & automatic window resizing.
I usually set sidescrolloff value to 15.
And this seem to cause rendering problem when I switch to another window.
Notice my cursor is quite right side of left window. But not making sidescroll yet
After moving cursor to right window, you can see left window is side-scrolled.
This problem also cause rendering issue with indent-blankline.nvim.
Maybe saving original sidescrolloff value and change it to 0 before leaving window will be helpful.
Or just providing pre_hook and post_hook callback option in config would be great.