Shougo / deoplete.nvim

:stars: Dark powered asynchronous completion framework for neovim/Vim8
Other
5.94k stars 295 forks source link

no notification handler registered for "deoplete.nvim/rplugin/python3/deoplete:function:_deoplete_init" #1208

Closed RunningDroid closed 11 months ago

RunningDroid commented 11 months ago

Problems summary

neovim shows the message no notification handler registered for "/home/runningdroid/.local/share/nvim/plugged/deoplete.nvim/rplugin/python3/deoplete:function:_deoplete_init" and completion via deoplete doesn't work.

Environment Information

============================================================================== deoplete: health#deoplete#check

deoplete.nvim ~

============================================================================== nvim: require("nvim.health").check()

Configuration ~

Runtime ~

Performance ~

Remote Plugins ~

terminal ~

============================================================================== provider: health#provider#check

Clipboard (optional) ~

Python 3 provider (optional) ~

Python virtualenv ~

Ruby provider (optional) ~

Node.js provider (optional) ~

Perl provider (optional) ~

============================================================================== vim.lsp: require("vim.lsp.health").check()

vim.lsp: Active Clients ~

============================================================================== vim.treesitter: require("vim.treesitter.health").check()


## Provide a minimal init.vim/vimrc with less than 50 lines (Required!)

```vim
set runtimepath+=~/.local/share/nvim/plugged/deoplete.nvim/
let g:deoplete#enable_at_startup = 1

How to reproduce the problem from neovim/Vim startup (Required!)

  1. Launch neovim

Screenshot

2023-10-24T00:03:12,797025603-04:00

Log File

log_py3_rplugin.txt

Shougo commented 11 months ago

:UpdateRemotePlugins is needed.

RunningDroid commented 11 months ago

That was it, sorry for the false report