From 127c96205f6e82a19e7182b3ed8dfd590b57c8c0 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 30 Mar 2022 00:05:43 +0200 Subject: [PATCH] Remove zsh-syntax-highlighting. --- .gitmodules | 3 --- zsh/.zshrc | 1 - zsh/modules/zsh-syntax-highlighting | 1 - 3 files changed, 5 deletions(-) delete mode 160000 zsh/modules/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules index 4272994..49955af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/zsh/.zshrc b/zsh/.zshrc index 35d4fe0..94ca029 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 diff --git a/zsh/modules/zsh-syntax-highlighting b/zsh/modules/zsh-syntax-highlighting deleted file mode 160000 index e851724..0000000 --- a/zsh/modules/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e