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',
})

View File

@ -248,7 +248,8 @@ require('packer').startup(
use 'andymass/vim-matchup'
-- Smoothie motions
use 'psliwka/vim-smoothie'
-- use 'psliwka/vim-smoothie'
use {'karb94/neoscroll.nvim', config = [[require('config.neoscroll')]]}
use 'tpope/vim-scriptease'