.gitmodules 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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/snipmate"]
  14. path = vim/bundle/snipmate
  15. url = https://github.com/msanders/snipmate.vim.git
  16. [submodule "vim/bundle/ack"]
  17. path = vim/bundle/ack
  18. url = https://github.com/mileszs/ack.vim.git
  19. [submodule "vim/bundle/solarized"]
  20. path = vim/bundle/solarized
  21. url = https://github.com/altercation/vim-colors-solarized.git
  22. [submodule "zsh/oh-my-zsh"]
  23. path = zsh/oh-my-zsh
  24. url = https://github.com/robbyrussell/oh-my-zsh.git
  25. [submodule "vim/bundle/gundo"]
  26. path = vim/bundle/gundo
  27. url = https://github.com/sjl/gundo.vim.git
  28. [submodule "vim/bundle/surround"]
  29. path = vim/bundle/surround
  30. url = https://github.com/tpope/vim-surround.git
  31. [submodule "vim/bundle/fugitive"]
  32. path = vim/bundle/fugitive
  33. url = git://github.com/tpope/vim-fugitive.git
  34. [submodule "vim/bundle/ackmore"]
  35. path = vim/bundle/ackmore
  36. url = https://github.com/jordansissel/vim-ackmore.git