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

This commit is contained in:
Zhizhen He 2023-03-21 02:29:24 +08:00 committed by GitHub
parent 76040d25ff
commit 0ca97f7755
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ M.config = function()
v = { "j", "k" }, v = { "j", "k" },
}, },
-- disable the WhichKey popup for certain buf types and file types. -- disable the WhichKey popup for certain buf types and file types.
-- Disabled by deafult for Telescope -- Disabled by default for Telescope
disable = { disable = {
buftypes = {}, buftypes = {},
filetypes = { "TelescopePrompt" }, filetypes = { "TelescopePrompt" },