zsh: removed autocompletes as they slowdown startup time
This commit is contained in:
parent
033047ef89
commit
fcf0bc8f4a
|
@ -111,27 +111,6 @@ in
|
|||
src = pkgs.zsh-history-substring-search;
|
||||
file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
|
||||
}
|
||||
{
|
||||
name = "golang-autocomplete";
|
||||
src = pkgs.oh-my-zsh;
|
||||
file = "share/oh-my-zsh/plugins/golang/golang.plugin.zsh";
|
||||
}
|
||||
]
|
||||
# ++ optional (config.profile.podman.enable) {
|
||||
# name = "podman";
|
||||
# src = pkgs.oh-my-zsh;
|
||||
# file = "share/oh-my-zsh/plugins/podman/podman.plugin.zsh";
|
||||
# }
|
||||
;
|
||||
|
||||
# Antidote should only be used for loading completions
|
||||
# antidote = {
|
||||
# enable = true;
|
||||
# plugins = [
|
||||
# "ohmyzsh/ohmyzsh path:plugins/golang"
|
||||
# ]
|
||||
# ++ optional (config.profile.podman.enable) "ohmyzsh/ohmyzsh path:plugins/podman"
|
||||
# ;
|
||||
# };
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue