We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin is not loaded, therefore i cannot use it
Pressing the keys doesn't do anything, the scroll effect doesn't work
The text was updated successfully, but these errors were encountered:
The plugin config you provided is not valid, neoscroll.setup() only takes a single argument. Try with the minimal configuration from the README first:
neoscroll.setup()
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>.
<c-u>
verbose map <c-u>
Sorry, something went wrong.
No branches or pull requests
Plugin is not loaded, therefore i cannot use it
Pressing the keys doesn't do anything, the scroll effect doesn't work
The text was updated successfully, but these errors were encountered: