Doesn't get loaded with Lazy.nvim. Event with lazy = false
Opened this issue · 1 comments
hrqmonteiro commented
karb94 commented
The plugin config you provided is not valid, neoscroll.setup()
only takes a single argument. Try with the minimal configuration from the README first:
return {
"karb94/neoscroll.nvim",
config = function ()
require('neoscroll').setup({})
end
}
Check your mappings, for example to check who defined the <c-u>
mapping use verbose map <c-u>
.