diff --git a/scripts/fetch_submodules.sh b/scripts/fetch_submodules.sh new file mode 100644 index 0000000..60cde2b --- /dev/null +++ b/scripts/fetch_submodules.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +cd ~/.vim +git submodule init +git submodule update +