keep whichkey disabled by default

due to startuptime issues
navigator
siduck 2 years ago
parent d2dec96ad6
commit 74ad741e63

@ -197,6 +197,7 @@ local plugins = {
-- Only load whichkey after all the gui
["folke/which-key.nvim"] = {
disable = true,
module = "which-key",
config = function()
require "plugins.configs.whichkey"

Loading…
Cancel
Save