.gitmodules 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [submodule "vim/bundle/pathogen"]
  2. path = vim/bundle/pathogen
  3. url = https://github.com/tpope/vim-pathogen.git
  4. [submodule "vim/bundle/nerdtree"]
  5. path = vim/bundle/nerdtree
  6. url = https://github.com/scrooloose/nerdtree.git
  7. [submodule "vim/bundle/nerdcommenter"]
  8. path = vim/bundle/nerdcommenter
  9. url = https://github.com/scrooloose/nerdcommenter.git
  10. [submodule "vim/bundle/supertab"]
  11. path = vim/bundle/supertab
  12. url = https://github.com/ervandew/supertab.git
  13. [submodule "vim/bundle/ack"]
  14. path = vim/bundle/ack
  15. url = https://github.com/mileszs/ack.vim.git
  16. [submodule "vim/bundle/solarized"]
  17. path = vim/bundle/solarized
  18. url = https://github.com/altercation/vim-colors-solarized.git
  19. [submodule "zsh/oh-my-zsh"]
  20. path = zsh/oh-my-zsh
  21. url = https://github.com/robbyrussell/oh-my-zsh.git
  22. [submodule "vim/bundle/gundo"]
  23. path = vim/bundle/gundo
  24. url = https://github.com/sjl/gundo.vim.git
  25. [submodule "vim/bundle/surround"]
  26. path = vim/bundle/surround
  27. url = https://github.com/tpope/vim-surround.git
  28. [submodule "vim/bundle/fugitive"]
  29. path = vim/bundle/fugitive
  30. url = https://github.com/tpope/vim-fugitive.git
  31. [submodule "vim/bundle/ackmore"]
  32. path = vim/bundle/ackmore
  33. url = https://github.com/jordansissel/vim-ackmore.git
  34. [submodule "vim/bundle/repeat"]
  35. path = vim/bundle/repeat
  36. url = https://github.com/tpope/vim-repeat.git
  37. [submodule "vim/bundle/sparkup"]
  38. path = vim/bundle/sparkup
  39. url = https://github.com/bingaman/vim-sparkup.git
  40. [submodule "vim/bundle/snipmate"]
  41. path = vim/bundle/snipmate
  42. url = https://github.com/garbas/vim-snipmate.git
  43. [submodule "vim/bundle/tlib"]
  44. path = vim/bundle/tlib
  45. url = https://github.com/tomtom/tlib_vim.git
  46. [submodule "vim/bundle/mw-utils"]
  47. path = vim/bundle/mw-utils
  48. url = https://github.com/MarcWeber/vim-addon-mw-utils.git
  49. [submodule "vim/bundle/snipmate-snippets"]
  50. path = vim/bundle/snipmate-snippets
  51. url = https://github.com/honza/snipmate-snippets.git