Deoplete.nvim: Unknown error with coc + deoplete

Created on 5 Apr 2020  路  1Comment  路  Source: Shougo/deoplete.nvim

I'm getting the following error whenever I type in anything in insert mode:

[coc.nvim] error: Some plugin change completeopt on insert mode: Last set from ~/.config/nvim/bundle/de
oplete.nvim/autoload/deoplete/mapping.vim line 83!

I've never gotten this before, so any help debugging is much appreciated. I'm also happy to provide more information if needed.

invalid

Most helpful comment

It is coc feature.
coc changes completeopt internally and if other plugins change it, it is detected.

deoplete changes completeopt, so it is conflicted with coc.
You should not mix coc and deoplete.

>All comments

It is coc feature.
coc changes completeopt internally and if other plugins change it, it is detected.

deoplete changes completeopt, so it is conflicted with coc.
You should not mix coc and deoplete.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lowski picture lowski  路  3Comments

monicao picture monicao  路  3Comments

westlywright picture westlywright  路  6Comments

callmekohei picture callmekohei  路  4Comments

shibumi picture shibumi  路  4Comments