This commit is contained in:
siduck 2022-05-29 16:56:49 +05:30
parent 1a1bc99f1b
commit 4055b8bb19
1 changed files with 3 additions and 1 deletions

View File

@ -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,