From 1737b76a2693415a9a155b9ac02077cb407d7f8e Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 31 Jan 2012 11:13:11 +0100 Subject: [PATCH] new modules: glsl, powerline, syntastic --- .gitmodules | 9 +++++++++ bundle/glsl | 1 + bundle/powerline | 1 + bundle/syntastic | 1 + 4 files changed, 12 insertions(+) create mode 160000 bundle/glsl create mode 160000 bundle/powerline create mode 160000 bundle/syntastic diff --git a/.gitmodules b/.gitmodules index 8f44a7f..e7215c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,12 @@ [submodule "bundle/ctrlp"] path = bundle/ctrlp url = https://github.com/kien/ctrlp.vim.git +[submodule "bundle/syntastic"] + path = bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "bundle/powerline"] + path = bundle/powerline + url = https://github.com/Lokaltog/vim-powerline.git +[submodule "bundle/glsl"] + path = bundle/glsl + url = https://github.com/vim-scripts/glsl.vim.git diff --git a/bundle/glsl b/bundle/glsl new file mode 160000 index 0000000..1af8aa5 --- /dev/null +++ b/bundle/glsl @@ -0,0 +1 @@ +Subproject commit 1af8aa50e33766bd558f853ba84f6f076a0ae6fc diff --git a/bundle/powerline b/bundle/powerline new file mode 160000 index 0000000..01927ff --- /dev/null +++ b/bundle/powerline @@ -0,0 +1 @@ +Subproject commit 01927ff0c74a5884c617d98f5f317a944bb90417 diff --git a/bundle/syntastic b/bundle/syntastic new file mode 160000 index 0000000..4d957c8 --- /dev/null +++ b/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 4d957c865846b1f7f7dff62a781da60133c7ac42