My dotfiles. Period.

.gitmodules 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [submodule "dotfiles/vim/bundle/python-syntax"]
  2. path = dotfiles/vim/bundle/python-syntax
  3. url = git@github.com:AloisMahdal/python-syntax.git
  4. [submodule "dotfiles/vim/bundle/vim-markdown"]
  5. path = dotfiles/vim/bundle/vim-markdown
  6. url = https://github.com/plasticboy/vim-markdown.git
  7. [submodule "dotfiles/vim/bundle/vimtodo"]
  8. path = dotfiles/vim/bundle/vimtodo
  9. url = https://github.com/aloismahdal/vimtodo.git
  10. [submodule "dotfiles/vim/bundle/vim-swap"]
  11. path = dotfiles/vim/bundle/vim-swap
  12. url = https://github.com/kurkale6ka/vim-swap.git
  13. [submodule "dotfiles/vim/bundle/vim-less"]
  14. path = dotfiles/vim/bundle/vim-less
  15. url = https://github.com/groenewege/vim-less.git
  16. [submodule "dotfiles/vim/bundle/syntastic"]
  17. path = dotfiles/vim/bundle/syntastic
  18. url = https://github.com/scrooloose/syntastic.git
  19. [submodule "dotfiles/vim/bundle/vim-pairs"]
  20. path = dotfiles/vim/bundle/vim-pairs
  21. url = https://github.com/kurkale6ka/vim-pairs.git
  22. [submodule "dotfiles/vim/bundle/vim-jinja"]
  23. path = dotfiles/vim/bundle/vim-jinja
  24. url = https://github.com/lepture/vim-jinja.git
  25. [submodule "dotfiles/vim/bundle/colorschemes"]
  26. path = dotfiles/vim/bundle/colorschemes
  27. url = https://github.com/flazz/vim-colorschemes.git
  28. [submodule "dotfiles/vim/bundle/targets"]
  29. path = dotfiles/vim/bundle/targets
  30. url = https://github.com/wellle/targets.vim
  31. [submodule "dotfiles/vim/bundle/vim-taskwarrior"]
  32. path = dotfiles/vim/bundle/vim-taskwarrior
  33. url = https://github.com/farseer90718/vim-taskwarrior
  34. [submodule "dotfiles/vim/bundle/vim-gitgutter"]
  35. path = dotfiles/vim/bundle/vim-gitgutter
  36. url = git://github.com/airblade/vim-gitgutter.git
  37. [submodule "dotfiles/vim/bundle/html5.vim"]
  38. path = dotfiles/vim/bundle/html5.vim
  39. url = https://github.com/othree/html5.vim
  40. [submodule "dotfiles/vim/bundle/vim-airline"]
  41. path = dotfiles/vim/bundle/vim-airline
  42. url = https://github.com/vim-airline/vim-airline
  43. [submodule "dotfiles/vim/bundle/vim-airline-themes"]
  44. path = dotfiles/vim/bundle/vim-airline-themes
  45. url = https://github.com/vim-airline/vim-airline-themes
  46. [submodule "dotfiles/vim/bundle/vim-gutentags"]
  47. path = dotfiles/vim/bundle/vim-gutentags
  48. url = https://github.com/ludovicchabant/vim-gutentags.git