diff options
author | LostNeophyte <[email protected]> | 2023-03-06 11:15:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-06 05:15:08 -0500 |
commit | 9f1f98312bfc919b695935ec80ba3501b6cfbab9 (patch) | |
tree | b93f1bbec275d0b45c744341976aa03fcf21d7aa /lua | |
parent | b5800bc3c4c42ba1d5d6d1696ea30a723eb783c3 (diff) |
feat: regenerate lsp templates after LvimUpdate (#3864)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/lvim/utils/hooks.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/utils/hooks.lua b/lua/lvim/utils/hooks.lua index 9f74005c..f6ce0ca4 100644 --- a/lua/lvim/utils/hooks.lua +++ b/lua/lvim/utils/hooks.lua @@ -60,6 +60,7 @@ function M.run_post_update() Log:debug "Syncing core plugins" plugin_loader.reload { reload "lvim.plugins", lvim.plugins } plugin_loader.sync_core_plugins() + M.reset_cache() -- force cache clear and templates regen once more if not in_headless then vim.schedule(function() |