zsh:autosuggestions: Use own fork for now
See https://github.com/zsh-users/zsh-autosuggestions/pull/621 Set experimental values to the new configuration options.
This commit is contained in:
Submodule .config/zsh/plugins/zsh-autosuggestions updated: ae315ded4d...0d07421b42
@@ -7,4 +7,7 @@
|
|||||||
# Chooses a suggestion based on what tab-completion would suggest.
|
# Chooses a suggestion based on what tab-completion would suggest.
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
|
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
|
||||||
|
|
||||||
|
ZSH_AUTOSUGGEST_MATCH_NUM_PREV_CMDS=2
|
||||||
|
ZSH_AUTOSUGGEST_MATCH_PREV_MAX_CMDS=-1
|
||||||
|
|
||||||
# vim: ft=zsh
|
# vim: ft=zsh
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -74,7 +74,7 @@
|
|||||||
url = https://github.com/sickill/stderred
|
url = https://github.com/sickill/stderred
|
||||||
[submodule "zsh-autosuggestions"]
|
[submodule "zsh-autosuggestions"]
|
||||||
path = .config/zsh/plugins/zsh-autosuggestions
|
path = .config/zsh/plugins/zsh-autosuggestions
|
||||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
url = https://github.com/druckdev/zsh-autosuggestions
|
||||||
[submodule "zsh-syntax-highlighting"]
|
[submodule "zsh-syntax-highlighting"]
|
||||||
path = .config/zsh/plugins/zsh-syntax-highlighting
|
path = .config/zsh/plugins/zsh-syntax-highlighting
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
||||||
|
|||||||
Reference in New Issue
Block a user