Add neoscroll

This commit is contained in:
jackjnet 2024-10-21 21:58:13 -04:00
parent 69c5839d76
commit 1023086716
2 changed files with 30 additions and 23 deletions

View file

@ -0,0 +1,6 @@
return {
'karb94/neoscroll.nvim',
config = function()
require('neoscroll').setup {}
end,
}