diff options
author | Till Höppner | 2017-05-05 02:58:16 +0200 |
---|---|---|
committer | Till Höppner | 2017-05-05 02:58:16 +0200 |
commit | ddbd1887ed527c87cca969c0e3e0f48afcf4b4fb (patch) | |
tree | 727b05ccc1da825fbb8cbffbab6df98d07fcf9da /.gitmodules | |
download | zsh-ddbd1887ed527c87cca969c0e3e0f48afcf4b4fb.tar.gz zsh-ddbd1887ed527c87cca969c0e3e0f48afcf4b4fb.tar.xz zsh-ddbd1887ed527c87cca969c0e3e0f48afcf4b4fb.zip |
Add zplug and fast-syntax-highlighting
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9e01c66 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "zplug"] + path = zplug + url = gh:zplug/zplug +[submodule "plugins/fast-syntax-highlighting"] + path = plugins/fast-syntax-highlighting + url = https://github.com/zdharma/fast-syntax-highlighting |