diff options
author | Kjetil Ørbekk <kj@orbekk.com> | 2020-10-23 11:23:15 -0400 |
---|---|---|
committer | Kjetil Ørbekk <kj@orbekk.com> | 2020-10-23 11:23:15 -0400 |
commit | 40274cbd9b9a894dd3c1558c0ff2bd104ac6ba21 (patch) | |
tree | cce69dc5e493ac02b8fc30d14b38da7bc794c29d /.gitmodules | |
parent | 2a66a22422e2099f3789ab9f4749867ee8e938ae (diff) |
Revert to regular zsh-syntax-highlighting
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 89907ae..58f5385 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "zsh/.zsh/powerlevel10k"] path = zsh/.zsh/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git +[submodule "zsh/syntax-highlighting"] + path = zsh/.zsh/syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git |