Skip to content

Help regarding plugins order and compinit #156

Closed Answered by mattmc3
xd003 asked this question in Q&A
Discussion options

You must be logged in to vote

You've got it down for the most part. The only reason order matters with antidote is because many plugins are designed in such a way that order matters.

For example, from zsh-history-substring-search:

If you want to use zsh-syntax-highlighting along with this script, then make sure that you load it before you load this script

And zsh-completions adds to your fpath, and Zsh requires your fpath to be fully built before running compint. There are a few compint plugins out there:

  • mattmc3/zephyr path:plugins/completion
  • belak/zsh-utils path:completion
  • sorin-ionescu/prezto path:modules/completion

Of course, I'm biased towards Zephyr, but really if you include any of these towards the end of …

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@xd003
Comment options

@mattmc3
Comment options

@xd003
Comment options

@mattmc3
Comment options

@xd003
Comment options

Answer selected by xd003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants