chore(zsh): update plugins and change some other stuff
This commit is contained in:
parent
9524aac813
commit
9ee43aa610
7 changed files with 14 additions and 29 deletions
|
@ -5,10 +5,10 @@ fpath+=$ZDOTDIR/plugins/zsh-completions/src
|
|||
autoload -U compinit && compinit
|
||||
source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||
|
||||
source $ZDOTDIR/plugins/zsh-history-substring-search/zsh-history-substring-search.plugin.zsh
|
||||
|
||||
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
|
||||
source $ZDOTDIR/plugins/zsh-history-substring-search/zsh-history-substring-search.plugin.zsh
|
||||
|
||||
zvm_after_init_commands+=('source <(fzf --zsh) && enable-fzf-tab')
|
||||
source $ZDOTDIR/plugins/fzf-tab/fzf-tab.plugin.zsh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue