diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-05-01 22:22:41 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-05-01 22:22:41 +0200 |
commit | 8bcb0213177a6d2cef8b6b6728076749ce36a22b (patch) | |
tree | a106b112e7fc4780ce90367c0744b6e5625ea40b /.gitmodules | |
parent | aaf5d32b0688d1064d46bf7a74775a3ab1aa8830 (diff) | |
download | dotfiles-8bcb0213177a6d2cef8b6b6728076749ce36a22b.tar.gz dotfiles-8bcb0213177a6d2cef8b6b6728076749ce36a22b.tar.xz |
vim: switch ti ultisnips; update some plugins
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1221c5f..1980f12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule ".vim/bundle/YouCompleteMe"] path = .vim/bundle/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe.git +[submodule ".vim/bundle/unltisnips"] + path = .vim/bundle/unltisnips + url = https://github.com/SirVer/ultisnips.git |