Added missing key triggers for which-key plugin

This commit is contained in:
Justin Lee 2022-09-15 02:46:24 +08:00 committed by Sidhanth Rathod
parent 2e5aa786ef
commit 97062ae15f

View file

@ -195,7 +195,7 @@ local plugins = {
["folke/which-key.nvim"] = {
disable = true,
module = "which-key",
keys = "<leader>",
keys = { "<leader>", "\"", "'", "`" },
config = function()
require "plugins.configs.whichkey"
end,