Skip to content
New issue

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

Doesn't get loaded with Lazy.nvim. Event with lazy = false #110

Open
hrqmonteiro opened this issue Aug 22, 2024 · 1 comment
Open

Doesn't get loaded with Lazy.nvim. Event with lazy = false #110

hrqmonteiro opened this issue Aug 22, 2024 · 1 comment

Comments

@hrqmonteiro
Copy link

Plugin is not loaded, therefore i cannot use it

image
image

Pressing the keys doesn't do anything, the scroll effect doesn't work

@karb94
Copy link
Owner

karb94 commented Sep 1, 2024

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>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants