-
Notifications
You must be signed in to change notification settings - Fork 22
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
does not work with zsh-users/zsh-syntax-highlighting #46
Comments
Please, update zpm first |
I just downloaded zpm when posting the issue, so it is up-to-date. And doing |
I tried it on three different distros (Void Linux, Arch Linux and Debian) and in every test I first ran
and I got the same error on all three distros. I am unsure what could be the cause of these different results, |
did you restart the shell and tried it again? Because when I stay in the same session everything works fine, like in your example. But when I close it I get that error, doing |
@grigorii-horos @zUnixorn [ -d /tmp/zsh-1000/ ] && rm -rf /tmp/zsh-1000/*
before source zpm/zpm.zsh. |
@grigorii-horos have the same problem with some plugins, Could you, please, take a look if you can fix the issues with them?
With other plugin managers they work fine. |
This error occurs with zsh-syntax-highlighting and zsh-autosuggestions. The underlying problem appears to be the resolution of the filename itself. For zsh-syntax-highlighting the problem occurs here: This is then the cause of the errors
Which is present in the original post (so they had that plugin too heh). The problem appears to be that the file that is loaded is within the This is fundamentally due to the zpm-cache.zsh file that is produced. This is a combination of all of the commands required to load the plugins. This file sets |
It cannot load from releases, it has a deep problem with the cache that it generates: zpm-zsh/zpm#46
Fixed in main |
when adding
zpm load @github/zsh-users/zsh-syntax-highlighting,source:zsh-syntax-highlighting.zsh
to the .zshrc I get this error:When I type
zpm clean
it works again, but when I start a new shell its throwing this error again. I tried addingpath:/highlighters
but that didn't change anything.Do you know what i'd need to change to get it working with zpm?
plugin source: https://github.com/zsh-users/zsh-syntax-highlighting/
The text was updated successfully, but these errors were encountered: