Added missing key triggers for which-key plugin
This commit is contained in:
parent
2e5aa786ef
commit
97062ae15f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue