Move syntax highlighting pluign to plugins folder

This commit is contained in:
Jonathan Hodgson 2020-02-19 12:02:31 +00:00
parent 0b9ed0681d
commit 3933e1b17b
2 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View file

@ -5,7 +5,7 @@
path = custom-oh-my-zsh/themes/powerlevel9k path = custom-oh-my-zsh/themes/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git url = https://github.com/bhilburn/powerlevel9k.git
[submodule "shells/zsh/zsh-syntax-highlighting"] [submodule "shells/zsh/zsh-syntax-highlighting"]
path = shells/zsh/zsh-syntax-highlighting path = shells/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"] [submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
path = shells/zsh/plugins/zsh-autosuggestions path = shells/zsh/plugins/zsh-autosuggestions