diff --git a/.gitignore b/.gitignore index 3e3d416..adabacc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ local config/ohmyzsh config/tmux/plugins/tmux config/tmux/plugins/tpm +zsh-autosuggestions +zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules index d36a561..5d8fc4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule "config/zsh/ohmyzsh"] path = config/zsh/ohmyzsh url = https://github.com/ohmyzsh/ohmyzsh.git +[submodule "zsh-syntax-highlighting"] + path = zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "zsh-autosuggestions"] + path = zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions diff --git a/zsh-autosuggestions b/zsh-autosuggestions new file mode 160000 index 0000000..0e810e5 --- /dev/null +++ b/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit 0e810e5afa27acbd074398eefbe28d13005dbc15 diff --git a/zsh-syntax-highlighting b/zsh-syntax-highlighting new file mode 160000 index 0000000..5eb677b --- /dev/null +++ b/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92