浏览代码

fix(which-key): typo (#3963)

Zhizhen He 2 年之前
父节点
当前提交
0ca97f7755
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/core/which-key.lua

+ 1 - 1
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" },