Remove zsh-syntax-highlighting.
This commit is contained in:
parent
416add78cf
commit
127c96205f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,9 +1,6 @@
|
||||
[submodule "zsh/modules/powerlevel10k"]
|
||||
path = zsh/modules/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
[submodule "zsh/modules/zsh-syntax-highlighting"]
|
||||
path = zsh/modules/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "zsh/modules/wd"]
|
||||
path = zsh/modules/wd
|
||||
url = https://github.com/mfaerevaag/wd.git
|
||||
|
@ -29,7 +29,6 @@ source $ZDOTDIR/ssh.zsh
|
||||
|
||||
# plugins & addons
|
||||
[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh
|
||||
source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
# theme
|
||||
source $ZDOTDIR/p10k.zsh
|
||||
source $ZDOTDIR/modules/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e
|
Loading…
Reference in New Issue
Block a user