git-completion icon indicating copy to clipboard operation
git-completion copied to clipboard

fix: allow plugin to work with zinit

Open iloveitaly opened this issue 1 year ago • 1 comments

  • 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

iloveitaly avatar Jul 13 '23 15:07 iloveitaly

@felipec thoughts on this?

iloveitaly avatar Sep 15 '23 11:09 iloveitaly