Hi. Firstly thx for the excellent plugin. I would like to center my screen after every animation. Based on the docs, I figured this would do the trick:
require('neoscroll').setup({
post_hook = function(info) vim.cmd [[ normal zz ]] end
})
but it doesn't seem to work. I also tried exe "normal zz" instead ☁️
Hi. Firstly thx for the excellent plugin. I would like to center my screen after every animation. Based on the docs, I figured this would do the trick:
but it doesn't seem to work. I also tried
exe "normal zz"instead ☁️