This PR adds an important note to the documentation, specifying that completions must be set up before running compinit.
I spent several hours troubleshooting a problem where I thought fzf-tab was not working correctly. After a while, I realized that the issue was due to setting the fpath AFTER compinit.
So in order to help users that manually install zsh plugins not to have the same issue, I added that note.
This PR adds an important note to the documentation, specifying that completions must be set up before running
compinit
.I spent several hours troubleshooting a problem where I thought
fzf-tab
was not working correctly. After a while, I realized that the issue was due to setting thefpath
AFTERcompinit
. So in order to help users that manually install zsh plugins not to have the same issue, I added that note.