Comrade icon indicating copy to clipboard operation
Comrade copied to clipboard

add support for coc.nvim ?

Open cogig opened this issue 5 years ago • 2 comments
trafficstars

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.

cogig avatar Apr 04 '20 15:04 cogig

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 avatar Jul 20 '20 20:07 joshzcold

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

pittcat avatar Oct 17 '20 02:10 pittcat