From 1443be02d966d50ac8a854917957aad5a7334565 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Apr 2013 12:09:57 +0200 Subject: vim: Add YMC and vundle Signed-off-by: Florian Pritz --- .vim/bundle/YouCompleteMe | 1 + .vim/bundle/syntastic | 2 +- .vim/bundle/vundle | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 160000 .vim/bundle/YouCompleteMe create mode 160000 .vim/bundle/vundle (limited to '.vim/bundle') diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe new file mode 160000 index 0000000..589f157 --- /dev/null +++ b/.vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit 589f157aa63b5c041897d56b517107bad9ac7f8b diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic index 6d5a604..6f214cb 160000 --- a/.vim/bundle/syntastic +++ b/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 6d5a604251628fcfcc725a396b6d990044a645c1 +Subproject commit 6f214cbb6d42256031aaa9670cf9ea7358e18431 diff --git a/.vim/bundle/vundle b/.vim/bundle/vundle new file mode 160000 index 0000000..3dcb0c3 --- /dev/null +++ b/.vim/bundle/vundle @@ -0,0 +1 @@ +Subproject commit 3dcb0c32991026d0d226aaad57b622c6553cd0db -- cgit v1.2.3-24-g4f1b