From ddbd1887ed527c87cca969c0e3e0f48afcf4b4fb Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Fri, 5 May 2017 02:58:16 +0200 Subject: Add zplug and fast-syntax-highlighting --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3