keep whichkey enabled by default

This commit is contained in:
siduck 2023-03-14 06:13:56 +05:30
parent 9ae789b332
commit caeec36191

View file

@ -235,7 +235,6 @@ local default_plugins = {
-- Only load whichkey after all the gui
{
"folke/which-key.nvim",
enabled = false,
keys = { "<leader>", '"', "'", "`" },
init = require("core.utils").load_mappings "whichkey",
opts = function()