Skip to content
Discussion options

You must be logged in to vote

As it seems autocomplete loads compinit itself (#215 (comment)), so does it mean that it should be placed somewhere after zsh-completions?

No, it doesn't matter which one you place first, because Autocomplete calls compinit only when your command line starts up, which is after your dotfiles are sourced.

Or I can't use both?
Yes, you can use both. These two plugins don't interact in any kind of way.

Is it really important to place this near the top of the plugin loading file (I use antidote for plugin management), or is it sufficient to remove any other calls to compinit and be placed before any calls to compdef, regardless where it's placed in the file that loads the plugins?

Yes, r…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marlonrichert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #746 on July 03, 2025 06:31.