wookayin / semshi

🌈 Semantic Highlighting for Python in Neovim
79 stars 5 forks source link

UpdateRemotePlugins empty list #23

Open Kayzels opened 6 months ago

Kayzels commented 6 months ago

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 commented 4 months ago

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.