Browse Source

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

merge-requests/1/merge
lhark 8 years ago
parent
commit
c154881fce
  1. 3
      .gitmodules
  2. 1
      fast-syntax-highlighting
  3. 2
      zshrc

3
.gitmodules

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

1
fast-syntax-highlighting

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

2
zshrc

@ -202,4 +202,4 @@ bindkey "^[[Z" reverse-menu-complete
# ZSH syntax highlighting : /!\ keep at the bottom ! # 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…
Cancel
Save