Use faster syntax highlighting

This commit is contained in:
Jake Howard 2023-02-17 22:57:45 +00:00
parent 5facc1b786
commit 33a70e2943
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export COMPLETION_WAITING_DOTS="true"
# Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
export fpath=(/usr/share/zsh/site-functions $fpath)
autoload -U compinit && rm -f ~/.zcompdump && compinit

View File

@ -40,7 +40,7 @@
- zsh
- zsh-completions
- zsh-doc
- zsh-syntax-highlighting
- zsh-fast-syntax-highlighting
- name: Install ZSH config
template: