Running commands after language server is ready #3901
-
Hi There, Is it possible to run some code after the language server has initialized? In particular, I'm using
to automaticaly build and start my previewer. But if I do it in my ftplugin files, I get an error as the language server hasn't loaded yet. Thanks, GI |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Jul 8, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chemzqm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
autocmd User CocNvimInit call CocAction('runCommand', 'latex.Build')
, check:h CocNvimInit
.