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
local status, neoscroll = pcall(require, 'neoscroll')
if (not status) then
return
local status, neoscroll = pcall(require, "neoscroll")
if not status then
return
end
--[[ neoscroll.setup() ]]
neoscroll.setup()