🐛 fix(nvim): disable conflicting keymaps on smooth scrolling extra

This commit is contained in:
Sergio Laín 2024-02-18 13:48:42 +01:00
parent 0f98d654b0
commit 4099290aaf
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -5,8 +5,8 @@ return {
event = "VeryLazy",
opts = {
default_keymaps = true,
extra_keymaps = true,
extended_keymaps = true,
extra_keymaps = false,
extended_keymaps = false,
default_delay = 2,
},
}