From 93b35724d13b4210f5f715ac7f0b93f1f3a87149 Mon Sep 17 00:00:00 2001 From: Alexandre Gauthier Date: Mon, 18 Jan 2016 15:40:19 -0500 Subject: [PATCH] Add proper master repos for UltiSnips --- .gitmodules | 3 +++ .vim/bundle/ultisnips | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/ultisnips diff --git a/.gitmodules b/.gitmodules index c7c3bed..7668136 100644 --- a/.gitmodules +++ b/.gitmodules @@ -203,3 +203,6 @@ [submodule ".vim/bundle/vim-systemd-syntax"] path = .vim/bundle/vim-systemd-syntax url = https://github.com/Matt-Deacalion/vim-systemd-syntax.git +[submodule ".vim/bundle/ultisnips"] + path = .vim/bundle/ultisnips + url = https://github.com/SirVer/ultisnips diff --git a/.vim/bundle/ultisnips b/.vim/bundle/ultisnips new file mode 160000 index 0000000..0058e86 --- /dev/null +++ b/.vim/bundle/ultisnips @@ -0,0 +1 @@ +Subproject commit 0058e8664f5e331969d78855764cde190b751239