refactor(nvim): remove neoscroll

This commit is contained in:
Price Hiller 2024-05-04 16:21:10 -05:00
parent 4a34bf86f1
commit c223d7bdf4
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,14 +0,0 @@
return {
{
"karb94/neoscroll.nvim",
event = "WinScrolled",
config = function(opts)
if not vim.g.neovide then
require("neoscroll").setup(opts)
end
end,
opts = {
easing_function = "quadratic",
},
},
}