Update: replace_snippets wait

This commit is contained in:
hyzen
2026-06-28 23:10:57 +05:30
parent 602735a0f4
commit 7df4ce3c03

View File

@@ -76,4 +76,8 @@ local function replace_snippets()
::continue::
end
end
replace_snippets()
-- Wait until lazy.nvim has finished loading plugins
vim.api.nvim_create_autocmd('User', {
pattern = 'LazyDone',
callback = replace_snippets,
})