.gitmodules 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/matchit"]
  20. path = bundle/matchit
  21. url = https://github.com/tmhedberg/matchit.git
  22. [submodule "bundle/nerdtree"]
  23. path = bundle/nerdtree
  24. url = https://github.com/scrooloose/nerdtree.git
  25. [submodule "bundle/tlib_vim"]
  26. path = bundle/tlib_vim
  27. url = https://github.com/tomtom/tlib_vim.git
  28. [submodule "bundle/vim-colorschemes"]
  29. path = bundle/vim-colorschemes
  30. url = https://github.com/flazz/vim-colorschemes.git
  31. [submodule "bundle/vim-surround"]
  32. path = bundle/vim-surround
  33. url = https://github.com/tpope/vim-surround.git
  34. [submodule "bundle/tagbar"]
  35. path = bundle/tagbar
  36. url = https://github.com/majutsushi/tagbar.git
  37. [submodule "bundle/solarized"]
  38. path = bundle/solarized
  39. url = https://github.com/altercation/vim-colors-solarized.git
  40. [submodule "bundle/vim-airline"]
  41. path = bundle/vim-airline
  42. url = https://github.com/bling/vim-airline.git
  43. [submodule "bundle/tabline"]
  44. path = bundle/tabline
  45. url = https://github.com/mkitt/tabline.vim.git
  46. [submodule "bundle/YouCompleteMe"]
  47. path = bundle/YouCompleteMe
  48. url = https://github.com/Valloric/YouCompleteMe.git
  49. [submodule "bundle/vim-multiple-cursors"]
  50. path = bundle/vim-multiple-cursors
  51. url = https://github.com/wreed4/vim-multiple-cursors.git
  52. [submodule "ultisnips"]
  53. path = ultisnips
  54. url = https://github.com/wreed4/ultisnips.git