mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +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
|
||||
-- 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,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue