.gitmodules 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [submodule "bundle/bufexplorer"]
  2. path = bundle/bufexplorer
  3. url = https://github.com/jlanzarotta/bufexplorer.git
  4. [submodule "bundle/nerdcommenter"]
  5. path = bundle/nerdcommenter
  6. url = https://github.com/scrooloose/nerdcommenter.git
  7. [submodule "bundle/taglist.vim"]
  8. path = bundle/taglist.vim
  9. url = https://github.com/vim-scripts/taglist.vim.git
  10. [submodule "bundle/vim-addon-mw-utils"]
  11. path = bundle/vim-addon-mw-utils
  12. url = https://github.com/MarcWeber/vim-addon-mw-utils.git
  13. [submodule "bundle/vim-easymotion"]
  14. path = bundle/vim-easymotion
  15. url = https://github.com/Lokaltog/vim-easymotion.git
  16. [submodule "bundle/matchit"]
  17. path = bundle/matchit
  18. url = https://github.com/tmhedberg/matchit.git
  19. [submodule "bundle/nerdtree"]
  20. path = bundle/nerdtree
  21. url = https://github.com/scrooloose/nerdtree.git
  22. [submodule "bundle/tlib_vim"]
  23. path = bundle/tlib_vim
  24. url = https://github.com/tomtom/tlib_vim.git
  25. [submodule "bundle/vim-colorschemes"]
  26. path = bundle/vim-colorschemes
  27. url = https://github.com/flazz/vim-colorschemes.git
  28. [submodule "bundle/vim-surround"]
  29. path = bundle/vim-surround
  30. url = https://github.com/tpope/vim-surround.git
  31. [submodule "bundle/tagbar"]
  32. path = bundle/tagbar
  33. url = https://github.com/majutsushi/tagbar.git
  34. [submodule "bundle/solarized"]
  35. path = bundle/solarized
  36. url = https://github.com/altercation/vim-colors-solarized.git
  37. [submodule "bundle/vim-airline"]
  38. path = bundle/vim-airline
  39. url = https://github.com/bling/vim-airline.git
  40. [submodule "bundle/tabline"]
  41. path = bundle/tabline
  42. url = https://github.com/mkitt/tabline.vim.git
  43. [submodule "bundle/YouCompleteMe"]
  44. path = bundle/YouCompleteMe
  45. url = https://github.com/Valloric/YouCompleteMe.git
  46. [submodule "bundle/vim-multiple-cursors"]
  47. path = bundle/vim-multiple-cursors
  48. url = https://github.com/wreed4/vim-multiple-cursors.git
  49. [submodule "bundle/ultisnips"]
  50. path = bundle/ultisnips
  51. url = https://github.com/wreed4/ultisnips.git
  52. [submodule "bundle/vim-snippets"]
  53. path = bundle/vim-snippets
  54. url = https://github.com/wreed4/vim-snippets.git
  55. [submodule "bundle/Conque-Shell"]
  56. path = bundle/Conque-Shell
  57. url = https://github.com/oplatek/Conque-Shell.git
  58. [submodule "bundle/vim-dispatch"]
  59. path = bundle/vim-dispatch
  60. url = https://github.com/tpope/vim-dispatch.git