Add zsh plugins for highlighting and autosuggest

This commit is contained in:
Yogeshwaran Rajendran 2024-05-23 15:17:13 +05:30
commit a2f46c8f0d
3 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "custom/plugins/zsh-autosuggestions"]
path = custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "custom/plugins/zsh-syntax-highlighting"]
path = custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git