.gitmodules 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. [submodule "bundle/Vundle.vim"]
  2. path = bundle/Vundle.vim
  3. url = https://github.com/VundleVim/Vundle.vim
  4. [submodule "bundle/YouCompleteMe"]
  5. path = bundle/YouCompleteMe
  6. url = https://github.com/Valloric/YouCompleteMe
  7. [submodule "bundle/Insertlessly"]
  8. path = bundle/Insertlessly
  9. url = https://github.com/dahu/Insertlessly
  10. [submodule "bundle/ultisnips"]
  11. path = bundle/ultisnips
  12. url = https://github.com/SirVer/ultisnips
  13. [submodule "bundle/supertab"]
  14. path = bundle/supertab
  15. url = https://github.com/ervandew/supertab
  16. [submodule "bundle/MatchTagAlways"]
  17. path = bundle/MatchTagAlways
  18. url = https://github.com/Valloric/MatchTagAlways
  19. [submodule "bundle/vim-surround"]
  20. path = bundle/vim-surround
  21. url = https://github.com/tpope/vim-surround
  22. [submodule "bundle/syntastic"]
  23. path = bundle/syntastic
  24. url = https://github.com/scrooloose/syntastic
  25. [submodule "bundle/nerdtree"]
  26. path = bundle/nerdtree
  27. url = https://github.com/scrooloose/nerdtree
  28. [submodule "bundle/vim-gitgutter"]
  29. path = bundle/vim-gitgutter
  30. url = https://github.com/airblade/vim-gitgutter