mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update which-key conf
This commit is contained in:
parent
b828d69a9a
commit
3557b7fb09
@ -3,6 +3,6 @@ require("which-key").setup{
|
|||||||
-- list of mode / prefixes that should never be hooked by WhichKey
|
-- list of mode / prefixes that should never be hooked by WhichKey
|
||||||
-- this is mostly relevant for key maps that start with a native binding
|
-- this is mostly relevant for key maps that start with a native binding
|
||||||
-- most people should not need to change this
|
-- most people should not need to change this
|
||||||
n = { "o", },
|
n = { "o", "O" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user