.gitmodules 760 B

123456789101112131415161718192021
  1. [submodule "zsh-history-substring-search"]
  2. path = plugins/zsh-history-substring-search
  3. url = https://github.com/zsh-users/zsh-history-substring-search.git
  4. ignore = untracked
  5. [submodule "zsh-autosuggestions"]
  6. path = plugins/zsh-autosuggestions
  7. url = https://github.com/zsh-users/zsh-autosuggestions.git
  8. ignore = untracked
  9. [submodule "zsh-completions"]
  10. path = plugins/zsh-completions
  11. url = https://github.com/zsh-users/zsh-completions.git
  12. ignore = untracked
  13. [submodule "fzf-tab"]
  14. path = plugins/fzf-tab
  15. url = https://github.com/Aloxaf/fzf-tab.git
  16. ignore = dirty
  17. [submodule "fast-syntax-highlighting"]
  18. path = plugins/fast-syntax-highlighting
  19. url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
  20. ignore = untracked