How to programmatically get initialization status? #4974
-
|
Is there a way to know whether coc / coc-plugin is loading? I'm trying to write a custom component for my status line that shows a spinner is coc is loading but I can't find any info on how to get that information. If I use the default |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Does |
Beta Was this translation helpful? Give feedback.
Does
g:coc_service_initializedwork for you? Check:h g:coc_service_initialized, this var will be set to 1 after coc.nvim initialized.