diff --git a/update-scripts/update-vim.sh b/update-scripts/update-vim.sh index 8f1167f..7b386e0 100755 --- a/update-scripts/update-vim.sh +++ b/update-scripts/update-vim.sh @@ -5,5 +5,5 @@ set -eEuxo pipefail cd ~/.vim/pack/git -git submodule update --remote +git submodule update --init --recursive --remote git commit -m "automagic update"