beeender / Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.
GNU General Public License v3.0
285 stars 21 forks source link

add support for coc.nvim ? #15

Open cogig opened 4 years ago

cogig commented 4 years ago

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.

joshzcold commented 4 years ago

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"
pittcat commented 3 years ago

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