vundle install on setup fixes + fzf-tab and scwrypts versions

This commit is contained in:
2023-11-11 15:15:14 -07:00
parent 5a7fc08f44
commit c8ce1402af
5 changed files with 9 additions and 68 deletions

View File

@ -39,10 +39,7 @@ CONFIG__VIM() {
[ $COMPILE_VIM ] && [[ $COMPILE_VIM -eq 1 ]] && return 0
STATUS 'starting vim setup'
"$DOTWRYN_PATH/vim/update" \
&& SUCCESS 'completed vim setup' \
|| FAIL 1 'error detected in vim setup (see above)' \
;
SCWRYPTS --name ystem/vim/vundle/install --group scwrypts --type zsh || return 1
}
#####################################################################