Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.41k stars 96 forks source link

docs: add info about completions #454

Closed LuisUrrutia closed 3 months ago

LuisUrrutia commented 4 months ago

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.