🐛 fix(nvim): disable conflicting keymaps on smooth scrolling extra
This commit is contained in:
parent
0f98d654b0
commit
4099290aaf
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue