feat(vertico): add +childframe option similar to ivy
This commit is contained in:
parent
0e48c22c3e
commit
ece4a74a9b
2 changed files with 12 additions and 0 deletions
|
@ -246,3 +246,10 @@ orderless."
|
||||||
(use-package! wgrep
|
(use-package! wgrep
|
||||||
:commands wgrep-change-to-wgrep-mode
|
:commands wgrep-change-to-wgrep-mode
|
||||||
:config (setq wgrep-auto-save-buffer t))
|
:config (setq wgrep-auto-save-buffer t))
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! vertico-posframe
|
||||||
|
:when (featurep! +childframe)
|
||||||
|
:hook (vertico-mode . vertico-posframe-mode)
|
||||||
|
:config
|
||||||
|
(add-hook 'doom-after-reload-hook #'posframe-delete-all))
|
||||||
|
|
|
@ -22,3 +22,8 @@
|
||||||
|
|
||||||
(when (featurep! +icons)
|
(when (featurep! +icons)
|
||||||
(package! all-the-icons-completion :pin "286e2c064a1298be0d8d4100dc91d7a7a554d04a"))
|
(package! all-the-icons-completion :pin "286e2c064a1298be0d8d4100dc91d7a7a554d04a"))
|
||||||
|
|
||||||
|
(when (featurep! +childframe)
|
||||||
|
(package! vertico-posframe
|
||||||
|
:recipe (:host github :repo "tumashu/vertico-posframe")
|
||||||
|
:pin "7ca364d319e7ba8ccba26a0d57513f3e66f1b05b"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue