.gitmodules 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. ignore = untracked
  11. [submodule "bundle/vim-addon-mw-utils"]
  12. path = bundle/vim-addon-mw-utils
  13. url = https://github.com/MarcWeber/vim-addon-mw-utils.git
  14. [submodule "bundle/vim-easymotion"]
  15. path = bundle/vim-easymotion
  16. url = https://github.com/Lokaltog/vim-easymotion.git
  17. [submodule "bundle/matchit"]
  18. path = bundle/matchit
  19. url = https://github.com/tmhedberg/matchit.git
  20. [submodule "bundle/nerdtree"]
  21. path = bundle/nerdtree
  22. url = https://github.com/scrooloose/nerdtree.git
  23. [submodule "bundle/tlib_vim"]
  24. path = bundle/tlib_vim
  25. url = https://github.com/tomtom/tlib_vim.git
  26. [submodule "bundle/vim-colorschemes"]
  27. path = bundle/vim-colorschemes
  28. url = https://github.com/flazz/vim-colorschemes.git
  29. [submodule "bundle/vim-surround"]
  30. path = bundle/vim-surround
  31. url = https://github.com/tpope/vim-surround.git
  32. [submodule "bundle/tagbar"]
  33. path = bundle/tagbar
  34. url = https://github.com/majutsushi/tagbar.git
  35. [submodule "bundle/solarized"]
  36. path = bundle/solarized
  37. url = https://github.com/altercation/vim-colors-solarized.git
  38. [submodule "bundle/vim-airline"]
  39. path = bundle/vim-airline
  40. url = https://github.com/bling/vim-airline.git
  41. [submodule "bundle/tabline"]
  42. path = bundle/tabline
  43. url = https://github.com/mkitt/tabline.vim.git
  44. [submodule "bundle/YouCompleteMe"]
  45. path = bundle/YouCompleteMe
  46. url = https://github.com/Valloric/YouCompleteMe.git
  47. [submodule "bundle/vim-multiple-cursors"]
  48. path = bundle/vim-multiple-cursors
  49. url = https://github.com/wreed4/vim-multiple-cursors.git
  50. ignore = untracked
  51. [submodule "bundle/ultisnips"]
  52. path = bundle/ultisnips
  53. url = https://github.com/wreed4/ultisnips.git
  54. [submodule "bundle/vim-snippets"]
  55. path = bundle/vim-snippets
  56. url = https://github.com/wreed4/vim-snippets.git
  57. [submodule "bundle/Conque-Shell"]
  58. path = bundle/Conque-Shell
  59. url = https://github.com/oplatek/Conque-Shell.git
  60. ignore = untracked
  61. [submodule "bundle/vim-dispatch"]
  62. path = bundle/vim-dispatch
  63. url = https://github.com/tpope/vim-dispatch.git