Conjure completion support for coc.nvim.
In your init.nvim, add it to your list of coc extensions:
let g:coc_global_extensions = ['coc-conjure']Alternatively, in your vim/neovim, run command:
:CocInstall coc-conjureLink the package to the CoC project:
-
In
coc-conjuredirectoy runnpm link -
In CoC extensions directory (
~/.config/coc/extensionsby default) runnpm link "coc-conjure". -
For debugging and auto-reload, add to your
init.vim:let g:coc_node_args = ['--nolazy', '--inspect-brk=6045'] let g:coc_watch_extensions = ['coc-conjure']
-
To see log messages execute:
:CocOpenLog
For debugging, open chrome://inspect/ in chrome