Change to fast-syntax-highlighting
This commit is contained in:
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -2,10 +2,6 @@
|
||||
path = plugins/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
||||
ignore = untracked
|
||||
[submodule "zsh-syntax-highlighting"]
|
||||
path = plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
ignore = untracked
|
||||
[submodule "zsh-autosuggestions"]
|
||||
path = plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
@ -18,3 +14,6 @@
|
||||
path = plugins/fzf-tab
|
||||
url = https://github.com/Aloxaf/fzf-tab.git
|
||||
ignore = dirty
|
||||
[submodule "fast-syntax-highlighting"]
|
||||
path = plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
|
2
init.zsh
2
init.zsh
@ -288,7 +288,7 @@ source_user_file 'local'
|
||||
load_plugin zsh-completions
|
||||
|
||||
# Syntax highlighting
|
||||
load_plugin zsh-syntax-highlighting
|
||||
load_plugin fast-syntax-highlighting
|
||||
|
||||
# History substring search
|
||||
load_plugin zsh-history-substring-search
|
||||
|
1
plugins/fast-syntax-highlighting
Submodule
1
plugins/fast-syntax-highlighting
Submodule
Submodule plugins/fast-syntax-highlighting added at cf318e06a9
Submodule plugins/zsh-syntax-highlighting deleted from e0165eaa73
Reference in New Issue
Block a user