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:
@@ -19,6 +19,11 @@
|
||||
src = parrot-nvim;
|
||||
name = "parrot-nvim";
|
||||
};
|
||||
|
||||
zshCompletionPlugin = {
|
||||
name = "zsh-completions";
|
||||
src = inputs.zsh-completions;
|
||||
};
|
||||
in
|
||||
{
|
||||
customVimPlugins = {
|
||||
@@ -28,9 +33,9 @@
|
||||
parrot-nvim = parrotNvimPlugin;
|
||||
};
|
||||
|
||||
customZshPlugins = with inputs; [
|
||||
zsh-completions
|
||||
];
|
||||
customZshPlugins = {
|
||||
zsh-completions = zshCompletionPlugin;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user