tzachar / compe-tabnine

TabNine source for hrsh7th/nvim-compe
BSD 3-Clause "New" or "Revised" License
52 stars 3 forks source link

Error - attempt to call 'get_metadata' (a nil value) #11

Closed ecosse3 closed 3 years ago

ecosse3 commented 3 years ago

Hi, yesterday after compe-tabnine update via vim-plug I have an error when pressing in insert mode. Compe stopped working at all.

image

Space is mapped to compe#complete()

NVIM v0.5.0-dev+nightly-166-gc20ae3aad Build type: Release LuaJIT 2.1.0-beta3 macOs Catalina 10.15.7

My full config: https://github.com/ecosse3/nvim

Didn't try to reproduce yet on minimal config.

The same problem mentioned here: https://github.com/hrsh7th/nvim-compe/issues/306

When I commented out tabnine plugin from nvim-compe sources then it works correctly.

tzachar commented 3 years ago

This should be solved with the latest commit: ae8001c