zsh-config/.gitmodules

21 lines
760 B
Plaintext
Raw Normal View History

2022-08-28 02:52:37 -07:00
[submodule "zsh-history-substring-search"]
path = plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
2022-10-03 04:07:06 -07:00
ignore = untracked
2022-08-28 02:52:37 -07:00
[submodule "zsh-autosuggestions"]
path = plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
2022-10-03 04:07:06 -07:00
ignore = untracked
2022-08-28 02:52:37 -07:00
[submodule "zsh-completions"]
path = plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
2022-10-03 04:07:06 -07:00
ignore = untracked
[submodule "fzf-tab"]
path = plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git
2022-10-03 04:07:39 -07:00
ignore = dirty
2024-03-27 01:56:49 -07:00
[submodule "fast-syntax-highlighting"]
path = plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
2024-03-27 02:10:53 -07:00
ignore = untracked