diff --git a/.config/zsh/plugins.sh b/.config/zsh/plugins.sh index f6507a8..54d241f 100644 --- a/.config/zsh/plugins.sh +++ b/.config/zsh/plugins.sh @@ -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 diff --git a/.config/zsh/plugins/fast-syntax-highlighting b/.config/zsh/plugins/fast-syntax-highlighting new file mode 160000 index 0000000..3d574cc --- /dev/null +++ b/.config/zsh/plugins/fast-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 3d574ccf48804b10dca52625df13da5edae7f553 diff --git a/.config/zsh/plugins/zsh-syntax-highlighting b/.config/zsh/plugins/zsh-syntax-highlighting deleted file mode 160000 index 5eb677b..0000000 --- a/.config/zsh/plugins/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92 diff --git a/.gitmodules b/.gitmodules index bca17c5..7bee29a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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