neoclide / coc-tabnine

Tabnine integration of coc.nvim
468 stars 18 forks source link

coc_nvim_1.fetch is not a function #4

Closed lourenci closed 5 years ago

lourenci commented 5 years ago

The following error happens just after the coc-tabnine installation.

[coc.nvim] Installed extension: coc-tabnine [coc.nvim] Error on active extension coc-tabnine: TypeError: coc_nvim_1.fetch is not a function

chemzqm commented 5 years ago

use latest release branch of coc.nvim

lourenci commented 5 years ago

It is the 0.72 version, isn't it?

image

chemzqm commented 5 years ago

22daa03a is tag release, remove tag: '*' from Plug command.

lourenci commented 5 years ago

The same problem. I've removed the tag from Plug command and installed it again, even uninstalled coc, deleted all related coc files in ~./config and installed it again.

chemzqm commented 5 years ago

Use Plug 'neoclide/coc.nvim', {'branch': 'release'} and checkout the version by :CocInfo