diff options
author | Zhizhen He <[email protected]> | 2023-03-21 02:29:24 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-20 11:29:24 -0700 |
commit | 0ca97f7755986cee401bddae97b94212fe403ac9 (patch) | |
tree | 103624c3451d39cbdd30929e612727fe6abf39ee /lua | |
parent | 76040d25ff61400317640347e5d5d551ca8cc2d0 (diff) |
fix(which-key): typo (#3963)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/lvim/core/which-key.lua | 2 |
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" }, |