From 0a9a4caed74bb0bd21962f3a0f8de5c3b55c810a Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Sun, 19 Apr 2015 18:38:59 +0800 Subject: first commit --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..851497d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule "bundle/unbundle"] + path = bundle/unbundle + url = https://github.com/sunaku/vim-unbundle.git +[submodule "bundle/neocomplete"] + path = bundle/neocomplete + url = https://github.com/Shougo/neocomplete.vim.git +[submodule "bundle/neco-ghc"] + path = bundle/neco-ghc + url = https://github.com/eagletmt/neco-ghc +[submodule "bundle/vimproc"] + path = bundle/vimproc + url = https://github.com/Shougo/vimproc.vim +[submodule "bundle/markdown"] + path = bundle/markdown + url = https://github.com/plasticboy/vim-markdown.git +[submodule "bundle/tabular"] + path = bundle/tabular + url = https://github.com/godlygeek/tabular.git -- cgit v1.2.3-70-g09d2