diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-15 01:32:23 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-15 01:32:23 +0800 |
| commit | c2968eeda49053a2efc5521c1119a751808f401f (patch) | |
| tree | b1b6fcd2ff6e1e6fab6679a0b9e6584ab1262fdc /lua/config | |
| parent | 9f0fe3972747f51c7ed7cd6bfb8dd02ca7b3fb8f (diff) | |
Use neoscroll instead of vim-smoothie
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/neoscroll.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/neoscroll.lua b/lua/config/neoscroll.lua new file mode 100644 index 0000000..294ede7 --- /dev/null +++ b/lua/config/neoscroll.lua @@ -0,0 +1,3 @@ +require('neoscroll').setup({ + easing_function = 'cubic', +}) |
