.gitmodules 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [submodule "pathogen"]
  2. path = pathogen
  3. url = https://github.com/tpope/vim-pathogen
  4. [submodule "bundle/vim-jade"]
  5. path = bundle/vim-jade
  6. url = https://github.com/digitaltoad/vim-jade
  7. [submodule "bundle/nerdtree"]
  8. path = bundle/nerdtree
  9. url = https://github.com/scrooloose/nerdtree
  10. [submodule "bundle/vim-fugitive"]
  11. path = bundle/vim-fugitive
  12. url = https://github.com/tpope/vim-fugitive
  13. [submodule "bundle/supertab"]
  14. path = bundle/supertab
  15. url = http://github.com/ervandew/supertab
  16. [submodule "bundle/vim-node"]
  17. path = bundle/vim-node
  18. url = https://github.com/moll/vim-node
  19. [submodule "bundle/vim-numbertoggle"]
  20. path = bundle/vim-numbertoggle
  21. url = https://github.com/jeffkreeftmeijer/vim-numbertoggle
  22. [submodule "bundle/nerdcommenter"]
  23. path = bundle/nerdcommenter
  24. url = https://github.com/scrooloose/nerdcommenter
  25. [submodule "bundle/vim-gitgutter"]
  26. path = bundle/vim-gitgutter
  27. url = https://github.com/airblade/vim-gitgutter
  28. [submodule "bundle/vim-surround"]
  29. path = bundle/vim-surround
  30. url = https://github.com/tpope/vim-surround
  31. [submodule "bundle/matchit"]
  32. path = bundle/matchit
  33. url = https://github.com/tmhedberg/matchit
  34. [submodule "bundle/mustang-vim"]
  35. path = bundle/mustang-vim
  36. url = https://github.com/croaker/mustang-vim