Fix syntax highlighting
This commit is contained in:
parent
8433a923ba
commit
efa26fd7fd
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
source "$CONFIGDIR/zsh/plugins/zsh-git-prompt/zshrc.sh"
|
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/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"
|
source "$CONFIGDIR/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
|
|
||||||
# Autocomplete
|
# Autocomplete
|
||||||
|
|
1
.config/zsh/plugins/fast-syntax-highlighting
Submodule
1
.config/zsh/plugins/fast-syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3d574ccf48804b10dca52625df13da5edae7f553
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92
|
|
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
||||||
[submodule ".config/zsh/plugins/zsh-git-prompt"]
|
[submodule ".config/zsh/plugins/zsh-git-prompt"]
|
||||||
path = .config/zsh/plugins/zsh-git-prompt
|
path = .config/zsh/plugins/zsh-git-prompt
|
||||||
url = https://github.com/zsh-git-prompt/zsh-git-prompt.git
|
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"]
|
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
|
||||||
path = .config/zsh/plugins/zsh-autosuggestions
|
path = .config/zsh/plugins/zsh-autosuggestions
|
||||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||||
|
@ -13,3 +10,6 @@
|
||||||
[submodule ".config/zsh/plugins/zsh-nvm"]
|
[submodule ".config/zsh/plugins/zsh-nvm"]
|
||||||
path = .config/zsh/plugins/zsh-nvm
|
path = .config/zsh/plugins/zsh-nvm
|
||||||
url = https://github.com/lukechilds/zsh-nvm.git
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue