.gitmodules 1.1 KB

123456789101112131415161718192021222324252627
  1. [submodule "vimfiles/bundle/calendar-vim"]
  2. path = vimfiles/bundle/calendar-vim
  3. url = https://github.com/mattn/calendar-vim.git
  4. [submodule "vimfiles/bundle/Colorizer"]
  5. path = vimfiles/bundle/Colorizer
  6. url = https://github.com/chrisbra/Colorizer.git
  7. [submodule "vimfiles/bundle/lightline.vim"]
  8. path = vimfiles/bundle/lightline.vim
  9. url = https://github.com/itchyny/lightline.vim.git
  10. [submodule "vimfiles/bundle/nerdcommenter"]
  11. path = vimfiles/bundle/nerdcommenter
  12. url = https://github.com/scrooloose/nerdcommenter.git
  13. [submodule "vimfiles/bundle/nerdtree"]
  14. path = vimfiles/bundle/nerdtree
  15. url = https://github.com/scrooloose/nerdtree.git
  16. [submodule "vimfiles/bundle/tagbar"]
  17. path = vimfiles/bundle/tagbar
  18. url = https://github.com/majutsushi/tagbar.git
  19. [submodule "vimfiles/bundle/vim-gitgutter"]
  20. path = vimfiles/bundle/vim-gitgutter
  21. url = https://github.com/airblade/vim-gitgutter.git
  22. [submodule "vimfiles/bundle/vim-markdown"]
  23. path = vimfiles/bundle/vim-markdown
  24. url = https://github.com/plasticboy/vim-markdown.git
  25. [submodule "vimfiles/bundle/vim-table-mode"]
  26. path = vimfiles/bundle/vim-table-mode
  27. url = https://github.com/dhruvasagar/vim-table-mode.git