summaryrefslogtreecommitdiff
path: root/lua/lvim/core/which-key.lua
diff options
context:
space:
mode:
authorXavier Young <[email protected]>2022-05-15 21:59:36 +0800
committerGitHub <[email protected]>2022-05-15 15:59:36 +0200
commit42529e1c4f55824534184ec0658f0eefb328ac3d (patch)
treeb521a831d61f25f3dff0b093d367a4385df9c241 /lua/lvim/core/which-key.lua
parent15da6658c8ba815f19dee802ff52c25c2ffe266c (diff)
fix: load notify's telescope extension properly (#2586)
* fix: load notify's telescope extension * fix: add which-key integration for notify
Diffstat (limited to 'lua/lvim/core/which-key.lua')
-rw-r--r--lua/lvim/core/which-key.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua
index be4487f3..b1ae6f87 100644
--- a/lua/lvim/core/which-key.lua
+++ b/lua/lvim/core/which-key.lua
@@ -234,6 +234,7 @@ M.config = function()
},
P = { "<cmd>edit $LUNARVIM_CACHE_DIR/packer.nvim.log<cr>", "Open the Packer logfile" },
},
+ n = { "<cmd>Telescope notify<cr>", "View Notifications" },
r = { "<cmd>LvimReload<cr>", "Reload LunarVim's configuration" },
u = { "<cmd>LvimUpdate<cr>", "Update LunarVim" },
},