mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
9 lines
276 B
Lua
9 lines
276 B
Lua
require("which-key").setup{
|
|
triggers_blacklist = {
|
|
-- list of mode / prefixes that should never be hooked by WhichKey
|
|
-- this is mostly relevant for key maps that start with a native binding
|
|
-- most people should not need to change this
|
|
n = { "o", },
|
|
},
|
|
}
|