git-completion
git-completion copied to clipboard
fix: allow plugin to work with zinit
- zinit does not play well with symlinked completions
- zinit will pick up this completion, which ends up breaking the git completion and preventing the git-completion.zsh from being used
Also, unlike the documentation states, I found that a standard plugin load did not work me. I needed:
blockf ver"zinit-fixed" as"completion" nocompile mv'git-completion.zsh -> _git' iloveitaly/git-completion
@felipec thoughts on this?