diff options
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 |