.gitmodules 2.1 KB

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