vim/.gitmodules

25 lines
901 B
Plaintext
Raw Normal View History

2018-01-28 09:37:14 +00:00
[submodule "bundle/youcompleteme"]
path = bundle/youcompleteme
url = https://github.com/valloric/youcompleteme
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
2018-01-28 10:36:57 +00:00
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
2018-01-28 11:15:27 +00:00
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown
2018-01-29 13:13:17 +00:00
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/nerdtree-git-plugin"]
path = bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
2018-03-06 12:36:06 +00:00
[submodule "bundle/vim-flow"]
path = bundle/vim-flow
url = git://github.com/flowtype/vim-flow.git