mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
style autosuggest underline
This commit is contained in:
parent
764b3ce970
commit
c1b63e4a18
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# Auto-sugestions
|
# Auto-sugestions
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history)
|
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history)
|
||||||
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
|
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
|
||||||
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="underline"
|
||||||
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue