mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Replaced completion script for zsh, added the recommended
implementation of fast syntax highlighting
This commit is contained in:
11
zsh/.zshrc
11
zsh/.zshrc
@@ -212,10 +212,15 @@ zinit light jeffreytse/zsh-vi-mode
|
||||
#zplug "Aloxaf/gencomp", defer:3
|
||||
|
||||
zinit snippet ~/.zsh_compl/zoxide
|
||||
zinit snippet OMZL::completion.zsh
|
||||
|
||||
# Autosuggestions & fast-syntax-highlighting
|
||||
zinit ice wait lucid atload"zpcompinit; zpcdreplay"
|
||||
zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
zinit wait lucid for \
|
||||
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
||||
zdharma-continuum/fast-syntax-highlighting \
|
||||
blockf \
|
||||
zsh-users/zsh-completions \
|
||||
atload"!_zsh_autosuggest_start" \
|
||||
zsh-users/zsh-autosuggestions
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
|
||||
Reference in New Issue
Block a user