rm: un-needed key for whichkey lazy-loading #3047

This commit is contained in:
Sidhanth Rathod
2024-10-16 19:29:28 +05:30
committed by GitHub
parent f6025f0788
commit 8792679a08
+1 -1
View File
@@ -57,7 +57,7 @@ return {
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
keys = { "<leader>", "<c-r>", "<c-w>", '"', "'", "`", "c", "v", "g" }, keys = { "<leader>", "<c-w>", '"', "'", "`", "c", "v", "g" },
cmd = "WhichKey", cmd = "WhichKey",
opts = function() opts = function()
dofile(vim.g.base46_cache .. "whichkey") dofile(vim.g.base46_cache .. "whichkey")