fix(util): rever

This commit is contained in:
Folke Lemaitre 2023-01-16 12:33:03 +01:00
parent 1e67dc0d56
commit e8cb863703
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 3 additions and 3 deletions

View File

@ -142,9 +142,9 @@ end
function M.very_lazy() function M.very_lazy()
local function _load() local function _load()
vim.schedule(function() vim.schedule(function()
if vim.v.exiting then -- if vim.v.exiting then
return -- return
end -- end
vim.g.did_very_lazy = true vim.g.did_very_lazy = true
vim.api.nvim_exec_autocmds("User", { pattern = "VeryLazy", modeline = false }) vim.api.nvim_exec_autocmds("User", { pattern = "VeryLazy", modeline = false })
end) end)