Migrating over from pathogen to native, with git submodules

This commit is contained in:
2017-03-28 10:48:25 -06:00
parent 75ca5375e5
commit 5e829dd680
32 changed files with 139 additions and 6 deletions

4
vim-update-submodules.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git submodule update --remote --merge
git commit