vim/.gitmodules
2018-03-08 18:04:34 +01:00

19 lines
667 B
Plaintext

[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
[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
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown
[submodule "bundle/vim-flow"]
path = bundle/vim-flow
url = git://github.com/flowtype/vim-flow.git