summaryrefslogtreecommitdiff
path: root/lua/lvim/core/which-key.lua
diff options
context:
space:
mode:
authorZhizhen He <[email protected]>2023-03-21 02:29:24 +0800
committerGitHub <[email protected]>2023-03-20 11:29:24 -0700
commit0ca97f7755986cee401bddae97b94212fe403ac9 (patch)
tree103624c3451d39cbdd30929e612727fe6abf39ee /lua/lvim/core/which-key.lua
parent76040d25ff61400317640347e5d5d551ca8cc2d0 (diff)
fix(which-key): typo (#3963)
Diffstat (limited to 'lua/lvim/core/which-key.lua')
-rw-r--r--lua/lvim/core/which-key.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua
index 0e671782..c51c5cd8 100644
--- a/lua/lvim/core/which-key.lua
+++ b/lua/lvim/core/which-key.lua
@@ -70,7 +70,7 @@ M.config = function()
v = { "j", "k" },
},
-- disable the WhichKey popup for certain buf types and file types.
- -- Disabled by deafult for Telescope
+ -- Disabled by default for Telescope
disable = {
buftypes = {},
filetypes = { "TelescopePrompt" },