mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
feat: better error handling for packer (#1883)
This commit is contained in:
parent
e8693406ba
commit
32ca5afa4a
9 changed files with 52 additions and 36 deletions
|
@ -14,6 +14,7 @@ M.defaults = {
|
|||
[[ command! LvimInfo lua require('lvim.core.info').toggle_popup(vim.bo.filetype) ]],
|
||||
[[ command! LvimCacheReset lua require('lvim.utils.hooks').reset_cache() ]],
|
||||
[[ command! LvimUpdate lua require('lvim.bootstrap').update() ]],
|
||||
[[ command! LvimSyncCorePlugins lua require('lvim.plugin-loader'):sync_core_plugins() ]],
|
||||
[[ command! LvimReload lua require('lvim.config'):reload() ]],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue