consult is a package that tries to bring ivy like completions (with live previews, incremental narrowing and asynchronous commands) to the base completing-read interface (which can be used with ido, selectrum, etc.). I'm currently in the process of porting ivy-yasnippet to consult (See consult#173) and I'd like to ask whether you'd be willing to help explain some of the implementation details of ivy-yasnippet which I've graciously (copied and pasted) adapted for the consult--read interface.
consult is a package that tries to bring ivy like completions (with live previews, incremental narrowing and asynchronous commands) to the base
completing-read
interface (which can be used withido
,selectrum
, etc.). I'm currently in the process of portingivy-yasnippet
toconsult
(See consult#173) and I'd like to ask whether you'd be willing to help explain some of the implementation details ofivy-yasnippet
which I've graciously (copied and pasted) adapted for theconsult--read
interface.