Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using this plugin produces noise messages at startup #10

Open
leandro-lucarella-frequenz opened this issue Mar 16, 2023 · 0 comments
Open

Comments

@leandro-lucarella-frequenz

When I install this plugin, I get this message each time I start neovim:

remote/host: python3 host registered plugins ['blacken.py']
remote/host: generated rplugin manifest: /home/luca/.local/share/nvim/rplugin.vim
Press ENTER or type command to continue

This is particularly annoying because I then need to press ENTER each time I start nvim.

I think you must be calling UpdateRemotePlugins each time the plugin starts or something, because that's what's producing the message. According to the nvim docs, this should be called only when something is installed, removed or updated.

I'm using Packer as plugin manager, not sure if this is relevant.

This took me a long time to debug and find out, so reporting it mostly in case other people is bumping into this, maybe I can save them some time. I'll probably not follow up on this bug report because then I found out I never really actually used the plugin, I'm just using :!black % and that's it, so I don't plan to keep using the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant