mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
uncomment useless thing
This commit is contained in:
parent
466d7b3acd
commit
d831d42469
1 changed files with 4 additions and 3 deletions
|
|
@ -14,8 +14,9 @@ vim.api.nvim_create_autocmd("User", {
|
||||||
-- NOTE: Use vim.schedule when you need to perform an action asynchronously
|
-- 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.
|
-- or when you want to defer execution until the event loop is ready.
|
||||||
-- The function is run *before* any lua code above it.
|
-- The function is run *before* any lua code above it.
|
||||||
vim.schedule(function()
|
|
||||||
-- vim.notify("I run before the vim.notify above")
|
-- vim.schedule(function()
|
||||||
end)
|
-- vim.notify("I run before the vim.notify above")
|
||||||
|
-- end)
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue