.gitmodules 1.0 KB

12345678910111213141516171819202122232425262728
  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. [submodule "vim/bundle/undotree"]
  5. path = vim/bundle/undotree
  6. url = https://github.com/mbbill/undotree
  7. [submodule "vim/bundle/syntastic"]
  8. path = vim/bundle/syntastic
  9. url = https://github.com/scrooloose/syntastic
  10. [submodule "vim/bundle/mru.vim"]
  11. path = vim/bundle/mru.vim
  12. url = https://github.com/vim-scripts/mru.vim
  13. [submodule "vim/bundle/vim-fugitive"]
  14. path = vim/bundle/vim-fugitive
  15. url = https://github.com/tpope/vim-fugitive
  16. [submodule "vim/bundle/vimux"]
  17. path = vim/bundle/vimux
  18. url = https://github.com/benmills/vimux
  19. [submodule "vim/bundle/vim-airline"]
  20. path = vim/bundle/vim-airline
  21. url = https://github.com/vim-airline/vim-airline
  22. [submodule "vim/bundle/YouCompleteMe"]
  23. path = vim/bundle/YouCompleteMe
  24. url = https://github.com/Valloric/YouCompleteMe
  25. ignore = dirty
  26. [submodule "vim/bundle/rust.vim"]
  27. path = vim/bundle/rust.vim
  28. url = https://github.com/rust-lang/rust.vim