summaryrefslogtreecommitdiff
path: root/lua/core/which-key.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-01 13:27:06 +0200
committerGitHub <[email protected]>2021-10-01 13:27:06 +0200
commita273c46eee751de4a61360ae0076ed4dac433e5d (patch)
tree09ab7027a2920079d251524f92d555f717db45ed /lua/core/which-key.lua
parent52dd273ca9bc552c9bacbdbf697818e75ee993d7 (diff)
feat: add LvimUpdate command (#1634)
* feat: add prelimenary LvimUpdate command * feat: use native process management * feat: add a telescope change-log utility * fix: update readme to include the new command
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r--lua/core/which-key.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua
index 36949467..2e528048 100644
--- a/lua/core/which-key.lua
+++ b/lua/core/which-key.lua
@@ -192,6 +192,10 @@ M.config = function()
"<cmd>lua require('core.info').toggle_popup(vim.bo.filetype)<cr>",
"Toggle LunarVim Info",
},
+ I = {
+ "<cmd>lua require('core.telescope').view_lunarvim_changelog()<cr>",
+ "View LunarVim's changelog",
+ },
l = {
name = "+logs",
d = {
@@ -210,6 +214,7 @@ M.config = function()
P = { "<cmd>exe 'edit '.stdpath('cache').'/packer.nvim.log'<cr>", "Open the Packer logfile" },
},
r = { "<cmd>lua require('utils').reload_lv_config()<cr>", "Reload configurations" },
+ u = { "<cmd>LvimUpdate<cr>", "Update LunarVim" },
},
s = {
name = "Search",