fixed some keybindings overwritten by which key

This commit is contained in:
Oliver Hartmann 2023-01-03 01:48:40 +01:00
parent 0c5f81d6d4
commit 2c57a134e3

View File

@ -1,4 +1,12 @@
return { return {
'folke/which-key.nvim', 'folke/which-key.nvim',
config = true config = {
plugins = {
marks = false,
registers = false,
presets = {
operators = false
}
}
}
} }