From 1017ffb50f513d09085b370167d9f1b1a69efd87 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 4 Jul 2021 18:30:37 +0200 Subject: [PATCH] zshrc: rm gradle-completion plugin --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index d755b10..575965d 100644 --- a/.zshrc +++ b/.zshrc @@ -10,7 +10,6 @@ zplug "plugins/gitignore", from:oh-my-zsh, defer:2 zplug "plugins/systemd", from:oh-my-zsh, defer:2 zplug "plugins/dnf", from:oh-my-zsh, defer:2 - zplug "gradle/gradle-completion", from:github, defer:2 zplug "djui/alias-tips", defer:2 zplug "zdharma/fast-syntax-highlighting", defer:2 zplug 'zplug/zplug', hook-build:'zplug --self-manage'