diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..44b82e2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "plugins/zsh-autosuggestions"] + path = plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "plugins/zsh-completions"] + path = plugins/zsh-completions + url = git://github.com/zsh-users/zsh-completions.git +[submodule "plugins/zsh-syntax-highlighting"] + path = plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/plugins/zsh-autosuggestions b/plugins/zsh-autosuggestions new file mode 160000 index 0000000..d7c7967 --- /dev/null +++ b/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit d7c796719e6352666f7a9c94da9ddaed10f3217d diff --git a/plugins/zsh-completions b/plugins/zsh-completions new file mode 160000 index 0000000..e029083 --- /dev/null +++ b/plugins/zsh-completions @@ -0,0 +1 @@ +Subproject commit e0290834aca5f15152d3d384547c7a0b62af4475 diff --git a/plugins/zsh-syntax-highlighting b/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..5b53966 --- /dev/null +++ b/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 5b539663c0d740a0c00169d5ecbd58e47ff16252