From 82bf7d3512bb7fb96c305bc5d1ea86ea9f4c5e5b Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 1 Jul 2026 08:34:29 +0200 Subject: Neovim: Installationsanweisungen für verschiedene Formater ergänzt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 53fb25a..106c0df 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -82,6 +82,11 @@ alias nvim-update='nvim --headless "+Lazy! sync" "+qa"' autoload -U compinit; compinit _comp_options+=(globdots) # With hidden files +# ... Angular CLI +if (( $+commands[ng] )); then + source <(ng completion script) +fi + zstyle ':completion:*' completer _extensions _complete _approximate zstyle ':completion:*' menu select -- cgit v1.3