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

Uninstalled plugin but keep getting an error on opening vim #14

Closed
dbatten5 opened this issue Oct 5, 2022 · 2 comments
Closed

Uninstalled plugin but keep getting an error on opening vim #14

dbatten5 opened this issue Oct 5, 2022 · 2 comments

Comments

@dbatten5
Copy link

dbatten5 commented Oct 5, 2022

Describe the bug
I removed this plugin using PlugClean but now when I enter (neo)vim I get the following error:

Error detected while processing BufEnter Autocommands for "*"..function remote#define#AutocmdBootstrap[7]..BufEnter Autocommands for "*"..function remote#define#request:
line    2:
Error invoking '/Users/xxx/.local/share/nvim/plugged/gkeep.nvim/rplugin/python3/gkeep:autocmd:BufEnter:*' on channel 3 (python3-rplugin-host):
no request handler registered for "/Users/xxx/.local/share/nvim/plugged/gkeep.nvim/rplugin/python3/gkeep:autocmd:BufEnter:*"

I've no idea where this is coming from or how I can stop it coming up. I've tried clearing autocommands with :autocmd! but no luck. I can see this process keeps getting spawned even after I kill it

ps aux | grep gkeep
xxx     1884   0.0  0.1  4261132  12420   ??  Ss    8:50pm   0:00.13 /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python -c import sys; sys.path = [p for p in sys.path if p != ""]; import neovim; neovim.start_host() /Users/xxx/.local/share/nvim/plugged/gkeep.nvim/rplugin/python3/gkeep

I've also tried restarting iTerm2 and my laptop but no progress. Is there some pynvim cache I need to clear somewhere? I'm all out of ideas, any help welcome. Thanks

Version information

  • OS: mac
  • Neovim: NVIM v0.8.0
@stevearc
Copy link
Owner

stevearc commented Oct 5, 2022

Run :UpdateRemotePlugins

@dbatten5
Copy link
Author

dbatten5 commented Oct 5, 2022

That's it! Thanks for your quick reply

@dbatten5 dbatten5 closed this as completed Oct 5, 2022
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

2 participants