JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.19k stars 284 forks source link

How can i use some plugins like zsh-autosuggestions #316

Closed Utopia-Zzzz closed 4 years ago

Utopia-Zzzz commented 4 years ago

I want to use suggestions like zsh-autosuggestions. what should i do ?

JanDeDobbeleer commented 4 years ago

Depending on the tool there's probably another package that implements the completions. Initially I also packaged this (but that's a REALLY long time ago) and decided together with the community to no longer do that. You can install additional packages or create your own auto completions.

Utopia-Zzzz commented 4 years ago

thanks