diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-04-19 18:38:59 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-04-19 18:38:59 +0800 |
commit | 0a9a4caed74bb0bd21962f3a0f8de5c3b55c810a (patch) | |
tree | f15900ee0ca16e5da77be8785d1cd9bf38d46b38 /.gitmodules | |
download | vim-0a9a4caed74bb0bd21962f3a0f8de5c3b55c810a.tar.gz vim-0a9a4caed74bb0bd21962f3a0f8de5c3b55c810a.tar.bz2 vim-0a9a4caed74bb0bd21962f3a0f8de5c3b55c810a.zip |
first commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 18 |
1 files changed, 18 insertions, 0 deletions
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 |