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

UpdateRemotePlugins empty list #23

Open
Kayzels opened this issue Mar 4, 2024 · 1 comment
Open

UpdateRemotePlugins empty list #23

Kayzels opened this issue Mar 4, 2024 · 1 comment

Comments

@Kayzels
Copy link

Kayzels commented Mar 4, 2024

When opening a Python file, I see the message
:Semshi not found. Run :UpdateRemotePlugins

After running that command, I get the message
remote/host: python3 host registered plugins []

I'm unsure how to fix this, but it seems that Semshi is not being installed. If it's significant, this is on Windows 10, using Python 3.10

I installed Semshi using the LazyVim extra, if you want to see the config.

@wookayin
Copy link
Owner

wookayin commented May 16, 2024

You can remove the ~/.local/share/nvim/rplugin.vim manifest file (or at stdpath("data") on windows) manually and try :UpdateRemotePlugins again.

If semshi is "loaded" through Lazy (don't use lazy loading btw), rplugins will register plugins in the manifest file. Make sure the plugin has been loaded and it exists in &runtimepath.

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