mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
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
This commit is contained in:
parent
52dd273ca9
commit
a273c46eee
7 changed files with 194 additions and 102 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue