From c2968eeda49053a2efc5521c1119a751808f401f Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 15 Aug 2021 01:32:23 +0800 Subject: Use neoscroll instead of vim-smoothie --- lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index a8fd53a..43275ed 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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' -- cgit v1.2.3