chore(nvim): activate neoscroll

This commit is contained in:
Stefan Imhoff
2022-10-01 10:56:23 +02:00
parent 837505f204
commit a394ca6ef7

View File

@@ -1,7 +1,7 @@
-- Neoscroll https://github.com/karb94/neoscroll.nvim -- Neoscroll https://github.com/karb94/neoscroll.nvim
local status, neoscroll = pcall(require, 'neoscroll') local status, neoscroll = pcall(require, "neoscroll")
if (not status) then if not status then
return return
end end
--[[ neoscroll.setup() ]] neoscroll.setup()