This commit is contained in:
parent
1a1bc99f1b
commit
4055b8bb19
|
@ -200,7 +200,9 @@ local plugins = {
|
|||
|
||||
["folke/which-key.nvim"] = {
|
||||
opt = true,
|
||||
setup = lazy_load "which-key.nvim",
|
||||
setup = function()
|
||||
require("core.utils").packer_lazy_load "which-key.nvim"
|
||||
end,
|
||||
config = function()
|
||||
require "plugins.configs.whichkey"
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue