You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am new to antidote, and I am migrating from antigen.
I failed when I followed this documentation to lazy-load antidote, but then I solved this problem by myself. I think that it might be better if you could add some notes to that, or at least this issue can help anyone if they have similar problem.
In the #Ultra high performance install part of the install section, it says that we need to add ${ZDOTDIR:-~}/.antidote into $fpath to lazy-load antidote:
**Note:** If you installed antidote with a package manager, the path will be different
than `${ZDOTDIR:-~}/.antidote` so you will need to modify the above script with `source /path/to/antidote.zsh`. For example, if you are using homebrew on macOS, the
Hi, I am new to antidote, and I am migrating from antigen.
I failed when I followed this documentation to lazy-load antidote, but then I solved this problem by myself. I think that it might be better if you could add some notes to that, or at least this issue can help anyone if they have similar problem.
In the #Ultra high performance install part of the install section, it says that we need to add
${ZDOTDIR:-~}/.antidote
into$fpath
to lazy-load antidote:getantidote.github.io/_sections/04-install.md
Lines 56 to 58 in 597e2ce
However, I am a macOS user, and I use homebrew to install antidote.
So the following code is the correct way for me to achieve that:
As you mentioned in the #.zshrc part of the install section, the path of antidote will be different if we installed it with a package manager:
getantidote.github.io/_sections/04-install.md
Lines 37 to 41 in 597e2ce
So maybe we can have similar description for the part of lazy-loading.
The text was updated successfully, but these errors were encountered: