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