This commit is contained in:
Wryn (yage) Wagner 2023-11-11 15:23:54 -07:00
parent ca56c1e873
commit 23ceaed764

View File

@ -39,7 +39,7 @@ CONFIG__VIM() {
[ $COMPILE_VIM ] && [[ $COMPILE_VIM -eq 1 ]] && return 0 [ $COMPILE_VIM ] && [[ $COMPILE_VIM -eq 1 ]] && return 0
STATUS 'starting vim setup' STATUS 'starting vim setup'
SCWRYPTS --name ystem/vim/vundle/install --group scwrypts --type zsh || return 1 SCWRYPTS --name system/vim/vundle/install --group scwrypts --type zsh || return 1
} }
##################################################################### #####################################################################