fixed some keybindings overwritten by which key
This commit is contained in:
parent
0c5f81d6d4
commit
2c57a134e3
@ -1,4 +1,12 @@
|
||||
return {
|
||||
'folke/which-key.nvim',
|
||||
config = true
|
||||
config = {
|
||||
plugins = {
|
||||
marks = false,
|
||||
registers = false,
|
||||
presets = {
|
||||
operators = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user