Open taha-yassine opened 1 week ago
zplug already calls compinit so there is no need to explicitly call it when it's enabled. It was also brought up in https://github.com/nix-community/home-manager/issues/3965#issuecomment-1742207733.
zplug
compinit
[x] Change is backwards compatible.
[x] Code formatted with ./format.
./format
[ ] Code tested through nix-shell --pure tests -A run.all or nix develop --ignore-environment .#all using Flakes.
nix-shell --pure tests -A run.all
nix develop --ignore-environment .#all
[ ] Test cases updated/added. See example.
[x] Commit messages are formatted like
{component}: {description} {long description}
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
@ThinkChaos
Description
zplug
already callscompinit
so there is no need to explicitly call it when it's enabled. It was also brought up in https://github.com/nix-community/home-manager/issues/3965#issuecomment-1742207733.Checklist
[x] Change is backwards compatible.
[x] Code formatted with
./format
.[ ] Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.[ ] Test cases updated/added. See example.
[x] Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC
@ThinkChaos