diff options
Diffstat (limited to 'lua/lvim/core/which-key.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" }, |