From 0ca97f7755986cee401bddae97b94212fe403ac9 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Tue, 21 Mar 2023 02:29:24 +0800 Subject: fix(which-key): typo (#3963) --- lua/lvim/core/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3