.gitmodules 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. [submodule "vim/bundle/ctrlp.vim"]
  2. path = vim/bundle/ctrlp.vim
  3. url = https://github.com/kien/ctrlp.vim.git
  4. ignore = dirty
  5. [submodule "vim/bundle/delimitMate"]
  6. path = vim/bundle/delimitMate
  7. url = https://github.com/Raimondi/delimitMate.git
  8. ignore = dirty
  9. [submodule "vim/bundle/LaTeX-Box"]
  10. path = vim/bundle/LaTeX-Box
  11. url = https://github.com/vim-scripts/LaTeX-Box.git
  12. ignore = dirty
  13. [submodule "vim/bundle/nerdcommenter"]
  14. path = vim/bundle/nerdcommenter
  15. url = https://github.com/scrooloose/nerdcommenter.git
  16. ignore = dirty
  17. [submodule "vim/bundle/nerdtree"]
  18. path = vim/bundle/nerdtree
  19. url = https://github.com/scrooloose/nerdtree.git
  20. ignore = dirty
  21. [submodule "vim/bundle/restore_view.vim"]
  22. path = vim/bundle/restore_view.vim
  23. url = https://github.com/vim-scripts/restore_view.vim.git
  24. ignore = dirty
  25. [submodule "vim/bundle/syntastic"]
  26. path = vim/bundle/syntastic
  27. url = https://github.com/scrooloose/syntastic.git
  28. ignore = dirty
  29. [submodule "vim/bundle/vim-easytags"]
  30. path = vim/bundle/vim-easytags
  31. url = https://github.com/xolox/vim-easytags.git
  32. ignore = dirty
  33. [submodule "vim/bundle/vim-fanfingtastic"]
  34. path = vim/bundle/vim-fanfingtastic
  35. url = https://github.com/dahu/vim-fanfingtastic.git
  36. ignore = dirty
  37. [submodule "vim/bundle/vim-monokai"]
  38. path = vim/bundle/vim-monokai
  39. url = https://github.com/bsofdth/vim-monokai.git
  40. ignore = dirty
  41. [submodule "vim/bundle/vim-sensible"]
  42. path = vim/bundle/vim-sensible
  43. url = https://github.com/tpope/vim-sensible.git
  44. ignore = dirty
  45. [submodule "vim/bundle/YouCompleteMe"]
  46. path = vim/bundle/YouCompleteMe
  47. url = https://github.com/Valloric/YouCompleteMe.git
  48. ignore = dirty
  49. [submodule "vim/pathogen"]
  50. path = vim/pathogen
  51. url = https://github.com/tpope/vim-pathogen.git
  52. ignore = dirty
  53. [submodule "vim/bundle/vim-fuhttpsive"]
  54. path = vim/bundle/vim-fugitive
  55. url = https://github.com/tpope/vim-fugitive.git
  56. ignore = dirty
  57. [submodule "vim/bundle/vim-surround"]
  58. path = vim/bundle/vim-surround
  59. url = https://github.com/tpope/vim-surround.git
  60. ignore = dirty
  61. [submodule "vim/bundle/vim-misc"]
  62. path = vim/bundle/vim-misc
  63. url = https://github.com/xolox/vim-misc.git
  64. ignore = dirty
  65. [submodule "vim/bundle/vim-rails"]
  66. path = vim/bundle/vim-rails
  67. url = https://github.com/tpope/vim-rails.git
  68. ignore = dirty
  69. [submodule "vim/bundle/vim-endwise"]
  70. path = vim/bundle/vim-endwise
  71. url = https://github.com/tpope/vim-endwise.git
  72. ignore = dirty
  73. [submodule "vim/bundle/vim-airline"]
  74. path = vim/bundle/vim-airline
  75. url = https://github.com/vim-airline/vim-airline.git
  76. ignore = dirty
  77. [submodule "vim/bundle/vim-coffee-script"]
  78. path = vim/bundle/vim-coffee-script
  79. url = https://github.com/kchmck/vim-coffee-script.git
  80. ignore = dirty
  81. [submodule "vim/bundle/ack.vim"]
  82. path = vim/bundle/ack.vim
  83. url = https://github.com/mileszs/ack.vim.git
  84. ignore = dirty
  85. [submodule "vim/bundle/vim-bundler"]
  86. path = vim/bundle/vim-bundler
  87. url = https://github.com/tpope/vim-bundler.git
  88. ignore = dirty
  89. [submodule "vim/bundle/vim-cucumber"]
  90. path = vim/bundle/vim-cucumber
  91. url = https://github.com/tpope/vim-cucumber.git
  92. ignore = dirty
  93. [submodule "vim/bundle/tabular"]
  94. path = vim/bundle/tabular
  95. url = https://github.com/godlygeek/tabular.git
  96. ignore = dirty
  97. [submodule "vim/bundle/vim-rspec"]
  98. path = vim/bundle/vim-rspec
  99. url = https://github.com/tpope/vim-rspec.git
  100. ignore = dirty
  101. [submodule "vim/bundle/tabular.vim"]
  102. path = vim/bundle/tabular.vim
  103. url = https://github.com/godlygeek/tabular.git
  104. ignore = dirty
  105. [submodule "vim/bundle/vim-airline-themes"]
  106. path = vim/bundle/vim-airline-themes
  107. url = https://github.com/vim-airline/vim-airline-themes.git
  108. [submodule "vim/bundle/vim-go"]
  109. path = vim/bundle/vim-go
  110. url = https://github.com/fatih/vim-go
  111. [submodule "vim/bundle/mustache"]
  112. path = vim/bundle/mustache
  113. url = https://github.com/mustache/vim-mustache-handlebars.git
  114. [submodule "vim/bundle/vim-polyglot"]
  115. path = vim/bundle/vim-polyglot
  116. url = https://github.com/sheerun/vim-polyglot.git
  117. [submodule "vim/bundle/gotests-vim"]
  118. path = vim/bundle/gotests-vim
  119. url = https://github.com/buoto/gotests-vim
  120. [submodule "vim/bundle/vim-json"]
  121. path = vim/bundle/vim-json
  122. url = https://github.com/elzr/vim-json
  123. [submodule "vim/bundle/vim-operator-highlight"]
  124. path = vim/bundle/vim-operator-highlight
  125. url = https://github.com/ajswis/vim-operator-highlight
  126. [submodule "vim/bundle/vim-sayonara"]
  127. path = vim/bundle/vim-sayonara
  128. url = https://github.com/mhinz/vim-sayonara
  129. ignore = dirty
  130. [submodule "vim/bundle/xterm-color-table.vim"]
  131. path = vim/bundle/xterm-color-table.vim
  132. url = https://github.com/guns/xterm-color-table.vim
  133. ignore = dirty
  134. [submodule "vim/bundle/vim-unimpaired"]
  135. path = vim/bundle/vim-unimpaired
  136. url = https://github.com/tpope/vim-unimpaired