vimfiles/scripts/fetch_submodules.sh

6 lines
62 B
Bash

#!/bin/sh
cd ~/.vim
git submodule init
git submodule update