Explorar o código

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

Zhizhen He %!s(int64=2) %!d(string=hai) anos
pai
achega
0ca97f7755
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" },