My dotfiles. Period.

.gitmodules 666B

123456789101112131415
  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/mivok/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