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
|
-- Only load whichkey after all the gui
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
enabled = false,
|
|
||||||
keys = { "<leader>", '"', "'", "`" },
|
keys = { "<leader>", '"', "'", "`" },
|
||||||
init = require("core.utils").load_mappings "whichkey",
|
init = require("core.utils").load_mappings "whichkey",
|
||||||
opts = function()
|
opts = function()
|
||||||
|
|
Loading…
Reference in New Issue