beeender/Comrade

add support for coc.nvim ?

Opened this issue · 2 comments

cogig commented

The plugin is awesome,and thanks for the hard work of the author.If the comrade can have coordination with coc.nvim,it will be great.

This works for my workflow

autocmd BufNew,BufEnter *.java,*.groovy,*.scala execute "call deoplete#enable() | !silent CocDisable"
autocmd BufLeave *.java,*.groovy,*.scala execute "call deoplete#disable() | !silent CocEnable"

@joshzcold @cogig The coc-comrade can work well with comrade.