summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTill Höppner2017-05-15 14:28:36 +0200
committerTill Höppner2017-05-15 14:28:36 +0200
commitb2bf9b7a2d72f91d75f2222a70d54eaeb8b04d61 (patch)
treea60bf585bcdd84ffa3d709dafde8ea1a79ff40c6 /.gitmodules
parentddbd1887ed527c87cca969c0e3e0f48afcf4b4fb (diff)
downloadzsh-b2bf9b7a2d72f91d75f2222a70d54eaeb8b04d61.tar.gz
zsh-b2bf9b7a2d72f91d75f2222a70d54eaeb8b04d61.tar.xz
zsh-b2bf9b7a2d72f91d75f2222a70d54eaeb8b04d61.zip
Ditch zplug for manual management
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 9e01c66..817de0a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,9 @@
-[submodule "zplug"]
- path = zplug
- url = gh:zplug/zplug
[submodule "plugins/fast-syntax-highlighting"]
- path = plugins/fast-syntax-highlighting
+ path = plugins/01-fast-syntax-highlighting
url = https://github.com/zdharma/fast-syntax-highlighting
+[submodule "plugins/zsh-autosuggestions"]
+ path = plugins/03-zsh-autosuggestions
+ url = https://github.com/zsh-users/zsh-autosuggestions
+[submodule "plugins/zsh-history-substring-search"]
+ path = plugins/02-zsh-history-substring-search
+ url = https://github.com/zsh-users/zsh-history-substring-search