petronny / pinyin-completion

complete path name based upon the pinyin acronym of Chinese characters
GNU General Public License v3.0
63 stars 13 forks source link

does it depend on oh-my-zsh? #11

Closed Freed-Wu closed 4 years ago

Freed-Wu commented 4 years ago

by testing i found it looks like this plugin depends on oh-my-zsh. is it true? or i made some mistakes?

Freed-Wu commented 4 years ago

it should be true... thanks.

Freed-Wu commented 3 years ago

it should be true... thanks.

no, it only need

autoload -Uz compinit && compinit

to initialize the completion.