Closed Integralist closed 1 year ago
the default config sets an offset (compare readme). You might want to change that.
Hi @niderhoff
Setting left = 0
did the trick...
require('neo-zoom').setup({
winopts = {left = 0, width = 150, height = 0.80}
})
This is my config...
But this is how the zoomed window is displayed?
Any ideas what I might be doing wrong?
Thanks!