refactor(nvim): remove neoscroll
This commit is contained in:
parent
4a34bf86f1
commit
c223d7bdf4
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user