Selaa lähdekoodia

fix: LvimUpdate should bump core plugins (#3846)

LostNeophyte 2 vuotta sitten
vanhempi
commit
1a91812712
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lua/lvim/utils/hooks.lua

+ 1 - 0
lua/lvim/utils/hooks.lua

@@ -59,6 +59,7 @@ function M.run_post_update()
   M.reset_cache()
 
   Log:debug "Syncing core plugins"
+  plugin_loader.reload { reload "lvim.plugins", lvim.plugins }
   plugin_loader.sync_core_plugins()
 
   if not in_headless then