better zsh-completions install
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
32f6efd284
commit
a553533c36
@ -181,6 +181,7 @@ in
|
|||||||
sha256 = "1gsgmsvl1sl9m3yfapx6bp0y15py8610kywh56bgsjf9wxkrc3nl";
|
sha256 = "1gsgmsvl1sl9m3yfapx6bp0y15py8610kywh56bgsjf9wxkrc3nl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
pkgs.customZshPlugins.zsh-completions
|
||||||
];
|
];
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
eval "$(${pkgs.direnv}/bin/direnv hook zsh)"
|
eval "$(${pkgs.direnv}/bin/direnv hook zsh)"
|
||||||
|
@ -19,6 +19,11 @@
|
|||||||
src = parrot-nvim;
|
src = parrot-nvim;
|
||||||
name = "parrot-nvim";
|
name = "parrot-nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zshCompletionPlugin = {
|
||||||
|
name = "zsh-completions";
|
||||||
|
src = inputs.zsh-completions;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
customVimPlugins = {
|
customVimPlugins = {
|
||||||
@ -28,9 +33,9 @@
|
|||||||
parrot-nvim = parrotNvimPlugin;
|
parrot-nvim = parrotNvimPlugin;
|
||||||
};
|
};
|
||||||
|
|
||||||
customZshPlugins = with inputs; [
|
customZshPlugins = {
|
||||||
zsh-completions
|
zsh-completions = zshCompletionPlugin;
|
||||||
];
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user