.gitmodules 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [submodule "bundle/bufexplorer"]
  2. path = bundle/bufexplorer
  3. url = https://github.com/jlanzarotta/bufexplorer.git
  4. [submodule "bundle/Conque-Shell"]
  5. path = bundle/Conque-Shell
  6. url = https://github.com/vim-scripts/Conque-Shell.git
  7. [submodule "bundle/nerdcommenter"]
  8. path = bundle/nerdcommenter
  9. url = https://github.com/scrooloose/nerdcommenter.git
  10. [submodule "bundle/taglist.vim"]
  11. path = bundle/taglist.vim
  12. url = https://github.com/vim-scripts/taglist.vim.git
  13. [submodule "bundle/vim-addon-mw-utils"]
  14. path = bundle/vim-addon-mw-utils
  15. url = https://github.com/MarcWeber/vim-addon-mw-utils.git
  16. [submodule "bundle/vim-easymotion"]
  17. path = bundle/vim-easymotion
  18. url = https://github.com/Lokaltog/vim-easymotion.git
  19. [submodule "bundle/vim-snippets"]
  20. path = bundle/vim-snippets
  21. url = https://github.com/garbas/vim-snipmate.git
  22. [submodule "bundle/matchit"]
  23. path = bundle/matchit
  24. url = https://github.com/tmhedberg/matchit.git
  25. [submodule "bundle/nerdtree"]
  26. path = bundle/nerdtree
  27. url = https://github.com/scrooloose/nerdtree.git
  28. [submodule "bundle/tlib_vim"]
  29. path = bundle/tlib_vim
  30. url = https://github.com/tomtom/tlib_vim.git
  31. [submodule "bundle/vim-colorschemes"]
  32. path = bundle/vim-colorschemes
  33. url = https://github.com/flazz/vim-colorschemes.git
  34. [submodule "bundle/vim-snipmate"]
  35. path = bundle/vim-snipmate
  36. url = https://github.com/garbas/vim-snipmate.git
  37. [submodule "bundle/vim-surround"]
  38. path = bundle/vim-surround
  39. url = https://github.com/tpope/vim-surround.git
  40. [submodule "bundle/tagbar"]
  41. path = bundle/tagbar
  42. url = https://github.com/majutsushi/tagbar.git
  43. [submodule "bundle/solarized"]
  44. path = bundle/solarized
  45. url = https://github.com/altercation/vim-colors-solarized.git