diff --git a/configure.sh b/configure.sh index cf97c95..8736146 100755 --- a/configure.sh +++ b/configure.sh @@ -3,4 +3,4 @@ mkdir -p ~/.vim/autoload ~/.vim/bundle; \ curl -Sso ~/.vim/autoload/pathogen.vim \ https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim git submodule update --init - +git submodule sync --recursive