.gitmodules 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [submodule "zsh/plugins/zsh-syntax-highlighting"]
  2. path = zsh/plugins/zsh-syntax-highlighting
  3. url = https://github.com/zsh-users/zsh-syntax-highlighting
  4. branch = master
  5. [submodule "vim/bundle/undotree"]
  6. path = vim/bundle/undotree
  7. url = https://github.com/mbbill/undotree
  8. [submodule "vim/bundle/syntastic"]
  9. path = vim/bundle/syntastic
  10. url = https://github.com/scrooloose/syntastic
  11. branch = master
  12. [submodule "vim/bundle/mru.vim"]
  13. path = vim/bundle/mru.vim
  14. url = https://github.com/vim-scripts/mru.vim
  15. branch = master
  16. [submodule "vim/bundle/vim-fugitive"]
  17. path = vim/bundle/vim-fugitive
  18. url = https://github.com/tpope/vim-fugitive
  19. branch = master
  20. [submodule "vim/bundle/vimux"]
  21. path = vim/bundle/vimux
  22. url = https://github.com/benmills/vimux
  23. branch = master
  24. [submodule "vim/bundle/vim-airline"]
  25. path = vim/bundle/vim-airline
  26. url = https://github.com/vim-airline/vim-airline
  27. branch = master
  28. [submodule "vim/bundle/YouCompleteMe"]
  29. path = vim/bundle/YouCompleteMe
  30. url = https://github.com/Valloric/YouCompleteMe
  31. ignore = dirty
  32. branch = master
  33. [submodule "vim/bundle/rust.vim"]
  34. path = vim/bundle/rust.vim
  35. url = https://github.com/rust-lang/rust.vim
  36. branch = master