Breaking change for non-whichkey users | Refactor mapping functions

This commit is contained in:
siduck
2022-05-29 15:08:53 +05:30
parent c5bcf9d9a1
commit 0f013d4e7b
6 changed files with 85 additions and 192 deletions

View File

@@ -206,7 +206,7 @@ local plugins = {
nvchad.packer_lazy_load "which-key.nvim"
end,
config = function()
require("plugins.configs.whichkey").setup()
require "plugins.configs.whichkey"
end,
},
}