feat: Add 'VeryLazy' snippet
This commit is contained in:
parent
f8970ebdcc
commit
7db9579e86
1 changed files with 4 additions and 0 deletions
|
@ -13,4 +13,8 @@ return {
|
|||
{ trig = 'LazyFile', desc = 'LazyFile events for non-lazy.nvim setups' },
|
||||
t('event = { "BufReadPost", "BufWritePost", "BufNewFile" }')
|
||||
),
|
||||
s(
|
||||
{ trig = 'VeryLazy', desc = 'VeryLazy events for non-lazy.nvim setups' },
|
||||
t('event = { "DeferredUIEnter" }')
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue