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"] = {
|
["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,
|
||||||
|
Loading…
Reference in New Issue
Block a user