feat(vertico): add +childframe option similar to ivy

This commit is contained in:
Sean Farley 2022-02-16 21:07:32 -06:00 committed by Henrik Lissner
parent 0e48c22c3e
commit ece4a74a9b
2 changed files with 12 additions and 0 deletions

View file

@ -22,3 +22,8 @@
(when (featurep! +icons)
(package! all-the-icons-completion :pin "286e2c064a1298be0d8d4100dc91d7a7a554d04a"))
(when (featurep! +childframe)
(package! vertico-posframe
:recipe (:host github :repo "tumashu/vertico-posframe")
:pin "7ca364d319e7ba8ccba26a0d57513f3e66f1b05b"))