Aloxaf / fzf-tab

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

_ftb__main_complete:143: command not found: _complete[Q] #355

Closed oriming closed 1 year ago

oriming commented 1 year ago
~/Project
❯ cat _ftb__main_complete:143: command not found: _complete

~/Project
❯ zsh --version
zsh 5.9 (arm-apple-darwin22.1.0)

Sheldon configuration file:


# See the documentation for more https://github.com/rossmacarthur/sheldon#readme

[plugins]

[plugins.coloredmanpages]
github = "ael-code/zsh-colored-man-pages"

[plugins.zsh-completions]
github = 'zsh-users/zsh-completions'

[plugins.fzf-tab]
github = 'Aloxaf/fzf-tab'

[plugins.syntaxhighlighting]
github = "zsh-users/zsh-syntax-highlighting"

[plugins.autosuggestions]
github = 'zsh-users/zsh-autosuggestions'
oriming commented 1 year ago

Fixed, because zsh-completions is not installed 😅