rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.73k stars 50 forks source link

Disable move animation but keep scroll animation. #118

Closed DasOhmoff closed 2 years ago

DasOhmoff commented 2 years ago

Hello, thank you for your help.

Nvui offers the option NvuiAnimationsEnabled, which enables or disables both scrolling and moving animations. I would like to keep the scrolling animation but disable the moving animation. How can I do so? Also, I would like the moving animation to not be run at all, so that it does not impact the performance.

rohit-px2 commented 2 years ago

It's not possible on master but I'm working on an improved branch at #117 that allows you to do :NvuiMoveAnimationDuration 0 to disable the move animation. You can check out the builds here. I'm going to merge this in soon (TM)

DasOhmoff commented 2 years ago

Ah ok thank you