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: 1 comment 1 reply
-
Does |
Beta Was this translation helpful? Give feedback.
Does
g:coc_service_initialized
work for you? Check:h g:coc_service_initialized
, this var will be set to 1 after coc.nvim initialized.