1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Use neoscroll instead of vim-smoothie

This commit is contained in:
jdhao
2021-08-15 01:32:23 +08:00
parent 9f0fe39727
commit c2968eeda4
2 changed files with 5 additions and 1 deletions

3
lua/config/neoscroll.lua Normal file
View File

@@ -0,0 +1,3 @@
require('neoscroll').setup({
easing_function = 'cubic',
})