Zsh-autocomplete
https://github.com/marlonrichert/zsh-autocomplete
Installation
- Clone this repository into 
$ZSH_CUSTOM/plugins(by default~/.oh-my-zsh/custom/plugins) 
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete
- Add the plugin to the list of plugins for Oh My Zsh to load (inside 
~/.zshrc): 
plugins=( 
    # other plugins...
    zsh-autocomplete
)