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:
parent
9f0fe39727
commit
c2968eeda4
3
lua/config/neoscroll.lua
Normal file
3
lua/config/neoscroll.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
require('neoscroll').setup({
|
||||||
|
easing_function = 'cubic',
|
||||||
|
})
|
||||||
@ -248,7 +248,8 @@ require('packer').startup(
|
|||||||
use 'andymass/vim-matchup'
|
use 'andymass/vim-matchup'
|
||||||
|
|
||||||
-- Smoothie motions
|
-- Smoothie motions
|
||||||
use 'psliwka/vim-smoothie'
|
-- use 'psliwka/vim-smoothie'
|
||||||
|
use {'karb94/neoscroll.nvim', config = [[require('config.neoscroll')]]}
|
||||||
|
|
||||||
use 'tpope/vim-scriptease'
|
use 'tpope/vim-scriptease'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user