Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upThird party completions not working #158
Comments
This comment has been minimized.
This comment has been minimized.
The plugin doesn't contain any files starting with an underscore. The completions that are being provided are defined within the |
This comment has been minimized.
This comment has been minimized.
Is that possible to support it just like |
This comment has been minimized.
This comment has been minimized.
Yes. Load it not as a zplugin ice atload"zpcdreplay"
zplugin light g-plane/zsh-yarn-autocompletions |
This comment has been minimized.
This comment has been minimized.
Sorry, it seems not working to me. |
This comment has been minimized.
This comment has been minimized.
It seems to be working for me: https://asciinema.org/a/VFlg77imHVK0jeTD7bbPqhzJN Could you record a similar video and paste it here? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Could you record the same video for when using zplug?
wt., 13 sie 2019, 13:20 użytkownik JounQin <notifications@github.com>
napisał:
… https://asciinema.org/a/cVswpvUvovmq3TMylvLYweFpk
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#158?email_source=notifications&email_token=ABOE4CFP4A675TQ4EMZQQKDQEKKIXA5CNFSM4IJSHYA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4FLFLA#issuecomment-520794796>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOE4CH4ELI3Z5L3IKXKQXTQEKKIXANCNFSM4IJSHYAQ>
.
|
This comment has been minimized.
This comment has been minimized.
How is the situation looking? It seems that the completion is being loaded and is triggered on TAB, however something with its setup is wrong and it reports errors? |
This comment has been minimized.
This comment has been minimized.
Sorry I didn't focus on it previous days, I'll try zplug tonight to see whether is it an issue of the plugin itself. |
This comment has been minimized.
This comment has been minimized.
https://asciinema.org/a/CBcJEwNVO6dUNAJND5jnd7v4S |
This comment has been minimized.
This comment has been minimized.
You can check the following error detail after executing zplugin ice atload"zpcdreplay"
zplugin light g-plane/zsh-yarn-autocompletions _fetch_yarn_autocompletions_result:1: no such file or directory: /Users/JounQin/.zplugin/plugins/g-plane---zsh-yarn-autocompletions/yarn-autocompletions
📦 v0.0.0 via ⬢ v12.9.1 at ☸️ standard (alauda-system)
in eslint-mdx on master ➜ cat /Users/JounQin/.zplugin/plugins/g-plane---zsh-yarn-autocompletions/yarn-autocompletions.git/lfs 21:03:50 •54%
cat: /Users/JounQin/.zplugin/plugins/g-plane---zsh-yarn-autocompletions/yarn-autocompletions: No such file or directory
📦 v0.0.0 via ⬢ v12.9.1 at ☸️ standard (alauda-system)
in eslint-mdx on master ➜ cat /Users/JounQin/.zplugin/plugins/g-plane---zsh-yarn-autocompletions/yarn-autocompletions 21:03:54 •54% cat: /Users/JounQin/.zplugin/plugins/g-plane---zsh-yarn-autocompletions: Is a directory
📦 v0.0.0 via ⬢ v12.9.1 at ☸️ standard (alauda-system)
in eslint-mdx on master ➜ /Users/JounQin/.zplugin/plugins/g-plane---zsh-yarn-autocompletions 21:04:09 •54%
⬢ v12.9.1 at ☸️ standard (alauda-system)
in g-plane---zsh-yarn-autocompletions on master [?] ➜ ls 21:04:19 •54%
Cargo.lock azure-pipelines.yml src zplug.zsh
Cargo.toml install.sh yarn-autocompletions.example.yml
LICENSE package.json yarn-autocompletions.plugin.zsh
README.md screenshot.gif yarn-autocompletions.plugin.zsh.zwc |
This comment has been minimized.
This comment has been minimized.
Ok, the issue is solved – the command was missing an zplugin ice atload"zpcdreplay" atclone'./zplug.zsh'
zplugin light g-plane/zsh-yarn-autocompletions |
This comment has been minimized.
This comment has been minimized.
Thanks @psprint! It works to me. |
reference: zdharma/zplugin#158 (comment)
Describe the bug
Can not make https://github.com/g-plane/zsh-yarn-autocompletions working.
To Reproduce
Steps to reproduce the behavior.
Expected behavior
zpl clist
nog-plane/zsh-yarn-autocompletions
Versions:
Additional context