Switch to fast-syntax-highlighting with submodule instead of dirty copy
This commit is contained in:
parent
066049ab5b
commit
c154881fce
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "fast-syntax-highlighting"]
|
||||
path = fast-syntax-highlighting
|
||||
url = https://github.com/zdharma/fast-syntax-highlighting
|
1
fast-syntax-highlighting
Submodule
1
fast-syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit edf7ac5c1e61c505201385846361fe3c2b69b31b
|
2
zshrc
2
zshrc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue