소스 검색

Use prezto's completion module

Kevin 5 년 전
부모
커밋
af859847c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -11,6 +11,7 @@ zplug "zsh-users/zsh-syntax-highlighting", defer:2
 zplug "zsh-users/zsh-history-substring-search", defer:3
 zplug "junegunn/fzf", use:"shell/*.zsh"
 zplug "modules/git", from:prezto
+zplug "modules/completion", from:prezto
 
 # Install plugins if there are plugins that have not been installed
 if ! zplug check --verbose; then
@@ -24,7 +25,6 @@ fi
 
 zmodload zsh/complist
 zstyle ':completion:*' menu select
-zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' '+l:|?=** r:|?=**'
 
 # vi mode
 bindkey -v