mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 22:08:12 +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
|
@ -12,6 +12,8 @@ M.defaults = {
|
|||
]],
|
||||
-- :LvimInfo
|
||||
[[command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
|
||||
[[ command! LvimCacheReset lua require('bootstrap').reset_cache() ]],
|
||||
[[ command! LvimUpdate lua require('bootstrap').update() ]],
|
||||
}
|
||||
|
||||
M.load = function(commands)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue