uncomment useless thing

This commit is contained in:
Ralph Azucena 2024-04-15 00:12:39 -07:00
parent 466d7b3acd
commit d831d42469

View file

@ -14,8 +14,9 @@ vim.api.nvim_create_autocmd("User", {
-- NOTE: Use vim.schedule when you need to perform an action asynchronously
-- or when you want to defer execution until the event loop is ready.
-- The function is run *before* any lua code above it.
vim.schedule(function()
-- vim.notify("I run before the vim.notify above")
end)
-- vim.schedule(function()
-- vim.notify("I run before the vim.notify above")
-- end)
end,
})