Replace zplug with antidote.
This commit is contained in:
parent
6470e2b79f
commit
befc63115b
@ -28,16 +28,16 @@
|
|||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
'';
|
'';
|
||||||
|
|
||||||
zplug = {
|
antidote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
{name = "zap-zsh/supercharge";}
|
"zap-zsh/supercharge"
|
||||||
{name = "zap-zsh/completions";}
|
"zap-zsh/completions"
|
||||||
{name = "zap-zsh/vim";}
|
"zap-zsh/vim"
|
||||||
{name = "chivalryq/git-alias";}
|
"chivalryq/git-alias"
|
||||||
{name = "zdharma-continuum/fast-syntax-highlighting";}
|
"zdharma-continuum/fast-syntax-highlighting"
|
||||||
{name = "zsh-users/zsh-history-substring-search";}
|
"zsh-users/zsh-history-substring-search"
|
||||||
{name = "MichaelAquilina/zsh-you-should-use";}
|
"MichaelAquilina/zsh-you-should-use"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user