mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-07-01 01:32:17 +02:00
Update: replace_snippets wait
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user