diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-09-14 08:35:01 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-09-14 13:51:26 +0200 |
commit | 1f23035b07562b64bb611f48e70080090dcc9bdd (patch) | |
tree | dea2b93f8c1e8a053b124c5ed806f01f11e9160b /.gitmodules | |
parent | d9c849e25ce78d89110106ba66a0ff62f4f7b973 (diff) | |
download | myconfigs-1f23035b07562b64bb611f48e70080090dcc9bdd.tar.gz myconfigs-1f23035b07562b64bb611f48e70080090dcc9bdd.tar.bz2 myconfigs-1f23035b07562b64bb611f48e70080090dcc9bdd.zip |
Add vim-autotag and edit tag usage for vim
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 507477c..3a6f663 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "private"] path = private url = git@cynerd.cz:myconfigs-private +[submodule "vim/bundle/vim-autotag"] + path = vim/bundle/vim-autotag + url = https://github.com/craigemery/vim-autotag.git |