What would be the best event to lazy load Coc.nvim with? #606
-
What event(s) would be the best to load Coc.nvim with? So far, I found Lazy's {
'neoclide/coc.nvim',
branch = 'release',
-- using BufReadPost instead of BufReadPre in this case might be better
event = { 'BufReadPre', 'BufNewFile'}
} |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Mar 2, 2023
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
What you have in there is how I would do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
unrealapex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you have in there is how I would do it.