aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2023-01-25 20:29:53 +0000
committerJosh Rahm <rahm@google.com>2023-01-25 20:29:53 +0000
commitf7817f2c8de57df46f60220490a42219548c98be (patch)
tree33dce91ca01691e8f66f86007450335e55ed23e8 /.gitmodules
parent2c86262b20c27b5c73d76160d8e763b463d6cdca (diff)
downloadzshrcd-f7817f2c8de57df46f60220490a42219548c98be.tar.gz
zshrcd-f7817f2c8de57df46f60220490a42219548c98be.tar.bz2
zshrcd-f7817f2c8de57df46f60220490a42219548c98be.zip
add fast syntax highlighting
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 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