lighttiger2505 / deoplete-vim-lsp

deoplete source for vim-lsp
MIT License
80 stars 8 forks source link

E117: Unknown function: deoplete#send_event #27

Closed tracyone closed 2 years ago

tracyone commented 2 years ago

Error detected while processing BufEnter Autocommands for "*": E117: Unknown function: deoplete#send_event

Shougo commented 2 years ago

Your deoplete is old or deoplete is not loaded. Please update it to the latest. deoplete#send_event() exists for me.

tracyone commented 2 years ago
Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins', 'on': []}

The message disappear after I remove "'on': []"

Shougo commented 2 years ago

Oh, deoplete is not loaded when deoplete-vim-lsp is initialized.

It is not deoplete-vim-lsp issue. It is just you have misconfigured. You should know what is lazy loading.