dotfiles/.gitmodules

10 lines
540 B
Plaintext
Raw Normal View History

[submodule ".local/share/zsh/plugins/zsh-syntax-highlighting"]
path = .local/share/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".local/share/zsh/plugins/zsh-autosuggestions"]
path = .local/share/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
2024-07-16 04:52:05 -04:00
[submodule ".local/share/zsh/plugins/zsh-fzf-history-search"]
path = .local/share/zsh/plugins/zsh-fzf-history-search
url = https://github.com/joshskidmore/zsh-fzf-history-search.git