dotfiles/.gitmodules
GRMrGecko c7afff8048 Replace zsh-syntax-highlighting with fast-syntax-highlighting and update submodules
Switch to zdharma-continuum/fast-syntax-highlighting for improved performance,
and update pure and zsh-autosuggestions submodules to latest versions.
2026-02-13 03:09:58 -06:00

10 lines
459 B
Plaintext

[submodule ".config/zsh/plugins/pure"]
path = .config/zsh/plugins/pure
url = https://github.com/sindresorhus/pure
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
path = .config/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
path = .config/zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git