Fix syntax highlighting

This commit is contained in:
pfych 2025-07-25 18:38:07 +10:00
parent 8433a923ba
commit efa26fd7fd
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
source "$CONFIGDIR/zsh/plugins/zsh-git-prompt/zshrc.sh"
source "$CONFIGDIR/zsh/plugins/catppuccin-zsh-syntax-highlighting/themes/catppuccin_mocha-zsh-syntax-highlighting.zsh"
source "$CONFIGDIR/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
source "$CONFIGDIR/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
source "$CONFIGDIR/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
# Autocomplete

@ -0,0 +1 @@
Subproject commit 3d574ccf48804b10dca52625df13da5edae7f553

@ -1 +0,0 @@
Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92

6
.gitmodules vendored
View file

@ -1,9 +1,6 @@
[submodule ".config/zsh/plugins/zsh-git-prompt"]
path = .config/zsh/plugins/zsh-git-prompt
url = https://github.com/zsh-git-prompt/zsh-git-prompt.git
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
path = .config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
path = .config/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
@ -13,3 +10,6 @@
[submodule ".config/zsh/plugins/zsh-nvm"]
path = .config/zsh/plugins/zsh-nvm
url = https://github.com/lukechilds/zsh-nvm.git
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
path = .config/zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting