From 355b60ec998ea1bb32ec775af77c6279e8752c71 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Fri, 27 Jan 2017 22:03:49 +0200 Subject: [PATCH] Use defer instead of nice (it got deprecated) --- main.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.zsh b/main.zsh index 7672599..b0858db 100644 --- a/main.zsh +++ b/main.zsh @@ -28,7 +28,7 @@ source ~/.config/zshuper/plugins.zsh # And include highlighting at the end # https://github.com/zsh-users/zsh-syntax-highlighting#faq -zplug "zsh-users/zsh-syntax-highlighting", nice:10 +zplug "zsh-users/zsh-syntax-highlighting", defer:2 # Install and load plugins