This commit is contained in:
asep komarudin 2023-02-11 14:34:43 +07:00
parent e7d333ba03
commit 6faaa82c7b

View file

@ -142,7 +142,7 @@ return {
-- key mapping -- key mapping
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
event = "BufWinEnter", event = "VeryLazy",
init = function() init = function()
require("user.whichkey") require("user.whichkey")
end, end,