From 012e50ce0e122468c74a3d97042e243acad31b8b Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 5 Dec 2019 11:02:55 +0100 Subject: [PATCH] Plugin updates and config --- zplug.zsh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zplug.zsh b/zplug.zsh index 6213521..3dedf37 100644 --- a/zplug.zsh +++ b/zplug.zsh @@ -20,6 +20,10 @@ zplug 'zunit-zsh/zunit', \ zplug "zsh-users/zsh-syntax-highlighting", defer:2 zplug $ZDOTDIR/plugins/highlight-config, from:local, defer:3 +zplug "plugins/ng", from:oh-my-zsh + +zplug "zpm-zsh/colors" + zplug load if zplug check 'crater2150-zsh/fzf-widgets'; then @@ -34,7 +38,7 @@ if zplug check 'crater2150-zsh/fzf-widgets'; then FZF_WIDGET_TMUX=1 # use fd for finding directories and files - FZF_CHANGE_DIR_COMMAND="fd -t d" + FZF_CHANGE_DIR_FIND_COMMAND="fd -t d" FZF_INSERT_DIR_COMMAND="fd -t d" FZF_INSERT_FILES_COMMAND="fd -t f" FZF_EDIT_FILES_COMMAND="fd -t f"