aboutsummaryrefslogtreecommitdiff
path: root/lua/config/which-key.lua
blob: ffb813a57758c88bcb4bc94c5c8a1854a2a11e02 (plain)
1
2
3
4
5
6
7
8
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", },
  },
}