Plugin updates and config

This commit is contained in:
crater2150 2019-12-05 11:02:55 +01:00
parent fe8c4b150a
commit 012e50ce0e

View file

@ -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"