Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 515:67a4228c6532
Switch to neoscroll for even faster smooth scrolling
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 29 Dec 2021 22:03:47 +0100 |
parents | f0c94c3f5fd9 |
children | cf71ce0b06d3 |
comparison
equal
deleted
inserted
replaced
514:f0c94c3f5fd9 | 515:67a4228c6532 |
---|---|
44 'Wall', | 44 'Wall', |
45 }, | 45 }, |
46 } | 46 } |
47 | 47 |
48 -- Smooth scrolling | 48 -- Smooth scrolling |
49 use { 'psliwka/vim-smoothie' } | 49 use { |
50 'karb94/neoscroll.nvim', | |
51 config = function() | |
52 require('neoscroll').setup {} | |
53 end, | |
54 } | |
50 | 55 |
51 -- Faster lua package loading (until 15436 is merged) | 56 -- Faster lua package loading (until 15436 is merged) |
52 use { 'lewis6991/impatient.nvim' } | 57 use { 'lewis6991/impatient.nvim' } |
53 | 58 |
54 -- Library with lua functions | 59 -- Library with lua functions |