Make snippets submodule track master, update it

This should let us update the submodule just by running
    git submodule update --remote
rather than having to cd into it, and then pull.
This commit is contained in:
Noam Postavsky
2014-06-17 19:40:55 -04:00
parent f98c527a38
commit e53ec1e0c3
2 changed files with 2 additions and 1 deletions

1
.gitmodules vendored
View File

@@ -1,6 +1,7 @@
[submodule "snippets"]
path = snippets
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
branch = master
[submodule "yasmate"]
path = yasmate
url = https://github.com/capitaomorte/yasmate.git