Switch to fast-syntax-highlighting with submodule instead of dirty copy

This commit is contained in:
lhark 2018-07-19 15:04:12 -04:00
parent 066049ab5b
commit c154881fce
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "fast-syntax-highlighting"]
path = fast-syntax-highlighting
url = https://github.com/zdharma/fast-syntax-highlighting

@ -0,0 +1 @@
Subproject commit edf7ac5c1e61c505201385846361fe3c2b69b31b

2
zshrc
View file

@ -202,4 +202,4 @@ bindkey "^[[Z" reverse-menu-complete
# ZSH syntax highlighting : /!\ keep at the bottom !
source "${RC_PATH}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
source "${RC_PATH}/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"