-
Notifications
You must be signed in to change notification settings - Fork 120
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 not finding any specs #564
Comments
I did some digging with adding some log spam and I think the issue is that we have a mix of windows path separators and posix path separators.
added one more debug log and confirm issue
we are adding the specs with This was introduced in f244597 |
justinmk
pushed a commit
that referenced
this issue
Apr 14, 2024
Specs were being found with a normalized path, but being requested without normalization. We now normalize the path we responding to spec requests. fixes #564
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to figure out why
UpdateRemotePlugins
is not finding any plugins. I hacked in some printf debugging intoruntime/autoload/remote/host.vim
and it seems like whenfunction! s:RegistrationCommands
callsrpcrequest(channel, 'specs', path)
it doesn't seem to come back with any specs.example.py
is the example from the pynvim docslimit.py
is the example from the neovim docs on remote pluginsModified function for my printf debug
Neovim version
OS
Windows 11 Pro
The text was updated successfully, but these errors were encountered: