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
1 changed files with 1 additions and 1 deletions

View File

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