You are not logged in.
The zsh completions for the "zeditor" command are applied to the non-existent "cli" command.
It appears that this is caused by Zed's cli generating the completions before it is renamed to zeditor when building the package.
At minumim the line
compdef _cli cliin /usr/share/zsh/site-functions/_zeditor needs to be changed to
compdef _cli zeditorbut ideally the completions are generated after the binary is renamed so that the correct name is used in the first place.
I would create an issues on the gitlab but I am waiting for my account to be approved.
Offline