Skip to content

Commit

Permalink
Which-key init fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvim-tech committed Dec 24, 2022
1 parent 8f11b27 commit 9dfe06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/base/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ modules["elihunter173/dirbuf.nvim"] = {

modules["folke/which-key.nvim"] = {
commit = funcs.get_commit("which-key.nvim", plugins_snapshot),
keys = { "<space>" },
keys = { "<space>", "g", "t" },
config = ui_config.which_key_nvim,
}

Expand Down

0 comments on commit 9dfe06c

Please sign in to comment.