简体   繁体   English

neovim dein“没有为...注册的通知处理程序”插件

[英]neovim dein "no notification handler registered for ..." plugin

I'm working on a neovim plugin in python3 that is currently loaded locally with dein, it is working correctly but now I am getting this error.我正在使用当前在本地加载 dein 的 python3 中的 neovim 插件,它工作正常,但现在出现此错误。

 no notification handler registered for ... 

After getting that error it continues to work.收到该错误后,它继续工作。 I only get it the first time using the plugin after opening a file.我只在打开文件后第一次使用插件时才得到它。

I tried :UpdateRemotePlugins Any idea where I should look?我试过 :UpdateRemotePlugins 知道我应该在哪里看吗?

Fixed.固定的。 I was calling context specific vim functions in the Main init我在 Main init 中调用了上下文特定的 vim 函数

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM