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