keep whichkey disabled by default
due to startuptime issues
This commit is contained in:
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…
Reference in New Issue