diff options
author | Josh Rahm <rahm@google.com> | 2023-01-25 20:29:53 +0000 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2023-01-25 20:29:53 +0000 |
commit | f7817f2c8de57df46f60220490a42219548c98be (patch) | |
tree | 33dce91ca01691e8f66f86007450335e55ed23e8 | |
parent | 2c86262b20c27b5c73d76160d8e763b463d6cdca (diff) | |
download | zshrcd-f7817f2c8de57df46f60220490a42219548c98be.tar.gz zshrcd-f7817f2c8de57df46f60220490a42219548c98be.tar.bz2 zshrcd-f7817f2c8de57df46f60220490a42219548c98be.zip |
add fast syntax highlighting
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | plugins/fast-syntax-highlighting | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a383eb0..31da8df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "plugins/zsh-syntax-highlighting"] path = plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting +[submodule "plugins/fast-syntax-highlighting"] + path = plugins/fast-syntax-highlighting + url = https://github.com/z-shell/F-Sy-H diff --git a/plugins/fast-syntax-highlighting b/plugins/fast-syntax-highlighting new file mode 160000 +Subproject 81315330ff4eb4bc13b03fe6ec5bbb6fee0f27a |