Open hrqmonteiro opened 2 months ago
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>
.
Plugin is not loaded, therefore i cannot use it
Pressing the keys doesn't do anything, the scroll effect doesn't work