dotvim/.gitmodules

16 lines
553 B
Plaintext
Raw Normal View History

2015-10-30 13:43:55 +00:00
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
2015-10-30 13:51:54 +00:00
[submodule "bundle/vim-bracketed-paste"]
path = bundle/vim-bracketed-paste
url = https://github.com/ConradIrwin/vim-bracketed-paste.git
2015-10-30 13:54:16 +00:00
[submodule "bundle/vim-fish"]
path = bundle/vim-fish
url = https://github.com/dag/vim-fish
2015-10-30 13:55:53 +00:00
[submodule "bundle/vim-flake8"]
path = bundle/vim-flake8
url = https://github.com/nvie/vim-flake8