diff --git a/.gitmodules b/.gitmodules index c6c501f..d92bbd1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "zsh/oh-my-zsh"] path = zsh/oh-my-zsh url = https://github.com/ohmyzsh/ohmyzsh.git +[submodule "zsh/custom-plugins/zsh-autosuggestions"] + path = zsh/custom-plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "zsh/custom-plugins/zsh-syntax-highlighting"] + path = zsh/custom-plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/zsh/custom-plugins/zsh-autosuggestions b/zsh/custom-plugins/zsh-autosuggestions new file mode 160000 index 0000000..85919cd --- /dev/null +++ b/zsh/custom-plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit 85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5 diff --git a/zsh/custom-plugins/zsh-syntax-highlighting b/zsh/custom-plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..5eb677b --- /dev/null +++ b/zsh/custom-plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92