.gitmodules 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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/solarized"]
  14. path = vim/bundle/solarized
  15. url = https://github.com/altercation/vim-colors-solarized.git
  16. [submodule "zsh/oh-my-zsh"]
  17. path = zsh/oh-my-zsh
  18. url = https://github.com/robbyrussell/oh-my-zsh.git
  19. [submodule "vim/bundle/gundo"]
  20. path = vim/bundle/gundo
  21. url = https://github.com/sjl/gundo.vim.git
  22. [submodule "vim/bundle/surround"]
  23. path = vim/bundle/surround
  24. url = https://github.com/tpope/vim-surround.git
  25. [submodule "vim/bundle/fugitive"]
  26. path = vim/bundle/fugitive
  27. url = https://github.com/tpope/vim-fugitive.git
  28. [submodule "vim/bundle/repeat"]
  29. path = vim/bundle/repeat
  30. url = https://github.com/tpope/vim-repeat.git
  31. [submodule "vim/bundle/sparkup"]
  32. path = vim/bundle/sparkup
  33. url = https://github.com/bingaman/vim-sparkup.git
  34. [submodule "vim/bundle/snipmate"]
  35. path = vim/bundle/snipmate
  36. url = https://github.com/garbas/vim-snipmate.git
  37. [submodule "vim/bundle/tlib"]
  38. path = vim/bundle/tlib
  39. url = https://github.com/tomtom/tlib_vim.git
  40. [submodule "vim/bundle/mw-utils"]
  41. path = vim/bundle/mw-utils
  42. url = https://github.com/MarcWeber/vim-addon-mw-utils.git
  43. [submodule "vim/bundle/tagbar"]
  44. path = vim/bundle/tagbar
  45. url = https://github.com/majutsushi/tagbar.git
  46. [submodule "vim/bundle/syntastic"]
  47. path = vim/bundle/syntastic
  48. url = https://github.com/scrooloose/syntastic.git
  49. [submodule "vim/bundle/easygrep"]
  50. path = vim/bundle/easygrep
  51. url = https://github.com/cinaeco/EasyGrep.git
  52. [submodule "vim/bundle/indentguides"]
  53. path = vim/bundle/indentguides
  54. url = https://github.com/nathanaelkane/vim-indent-guides.git
  55. [submodule "tmux/tmux-colors-solarized"]
  56. path = tmux/tmux-colors-solarized
  57. url = https://github.com/seebi/tmux-colors-solarized.git
  58. [submodule "vim/bundle/vdebug"]
  59. path = vim/bundle/vdebug
  60. url = https://github.com/joonty/vdebug.git
  61. [submodule "vim/bundle/ctrlp"]
  62. path = vim/bundle/ctrlp
  63. url = https://github.com/kien/ctrlp.vim.git
  64. [submodule "vim/bundle/vim-snippets"]
  65. path = vim/bundle/vim-snippets
  66. url = https://github.com/honza/vim-snippets.git
  67. [submodule "vim/bundle/vim-markdown"]
  68. path = vim/bundle/vim-markdown
  69. url = https://github.com/plasticboy/vim-markdown.git
  70. [submodule "powerline/powerline"]
  71. path = powerline/powerline
  72. url = https://github.com/Lokaltog/powerline.git
  73. [submodule "vim/bundle/vim-multiple-cursors"]
  74. path = vim/bundle/vim-multiple-cursors
  75. url = ttps://github.com/terryma/vim-multiple-cursors.git
  76. [submodule "vim/bundle/vim-autoclose"]
  77. path = vim/bundle/vim-autoclose
  78. url = https://github.com/Townk/vim-autoclose.git