keep whichkey enabled by default
This commit is contained in:
parent
9ae789b332
commit
caeec36191
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue