remove fast-syntax-highlighting
This commit is contained in:
parent
a5c3da4547
commit
0de50402d0
|
@ -8,7 +8,6 @@ source "$ZDOTDIR/configs/prompt"
|
|||
[ -r "$ZDOTDIR/configs/host-setup" ] && source "$ZDOTDIR/configs/host-setup"
|
||||
|
||||
source "$ZDOTDIR/plugins/fzf/bindings.zsh"
|
||||
source "$ZDOTDIR/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
|
||||
source "$ZDOTDIR/plugins/virtualenvwrapper.plugin.zsh"
|
||||
|
||||
export GPG_TTY="$(tty)"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cf318e06a9b7c9f2219d78f41b46fa6e06011fd9
|
|
@ -1,3 +0,0 @@
|
|||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
|
Loading…
Reference in New Issue