From bf759b7a67dc3557bacc2dd7c1e0fc71f3e88337 Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 20:23:27 +0200 Subject: [PATCH] move .vim/bundle/syntastic to git submodule --- .gitmodules | 3 +++ .vim/bundle/syntastic | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index 70ec136..c606e5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "misc/Cobalt2-iterm"] path = misc/Cobalt2-iterm url = https://github.com/wesbos/Cobalt2-iterm.git +[submodule ".vim/bundle/syntastic"] + path = .vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic new file mode 160000 index 0000000..88b6658 --- /dev/null +++ b/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 88b66584b5c5bdc25bc941a0aae217d420747552