Skip to content

Commit

Permalink
fix(util): rever
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 16, 2023
1 parent 1e67dc0 commit e8cb863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/lazy/core/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ end
function M.very_lazy()
local function _load()
vim.schedule(function()
if vim.v.exiting then
return
end
-- if vim.v.exiting then
-- return
-- end
vim.g.did_very_lazy = true
vim.api.nvim_exec_autocmds("User", { pattern = "VeryLazy", modeline = false })
end)
Expand Down

0 comments on commit e8cb863

Please sign in to comment.