.gitmodules 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. branch = master
  9. [submodule "vim/bundle/syntastic"]
  10. path = vim/bundle/syntastic
  11. url = https://github.com/scrooloose/syntastic
  12. branch = master
  13. [submodule "vim/bundle/mru.vim"]
  14. path = vim/bundle/mru.vim
  15. url = https://github.com/vim-scripts/mru.vim
  16. branch = master
  17. [submodule "vim/bundle/vim-fugitive"]
  18. path = vim/bundle/vim-fugitive
  19. url = https://github.com/tpope/vim-fugitive
  20. branch = master
  21. [submodule "vim/bundle/vimux"]
  22. path = vim/bundle/vimux
  23. url = https://github.com/benmills/vimux
  24. branch = master
  25. [submodule "vim/bundle/vim-airline"]
  26. path = vim/bundle/vim-airline
  27. url = https://github.com/vim-airline/vim-airline
  28. branch = master
  29. [submodule "vim/bundle/YouCompleteMe"]
  30. path = vim/bundle/YouCompleteMe
  31. url = https://github.com/Valloric/YouCompleteMe
  32. ignore = dirty
  33. branch = master
  34. [submodule "vim/bundle/rust.vim"]
  35. path = vim/bundle/rust.vim
  36. url = https://github.com/rust-lang/rust.vim
  37. branch = master
  38. [submodule "oh-my-zsh"]
  39. path = oh-my-zsh
  40. url = https://github.com/robbyrussell/oh-my-zsh
  41. ignore = dirty
  42. branch = master