From 93be3cb626c1eb41796a7dc7ebe06d9b4f9eb027 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Fri, 6 Aug 2021 21:26:37 -0500
Subject: Configure vertico

---
 init.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/init.el b/init.el
index 74709cc..d4ca71b 100644
--- a/init.el
+++ b/init.el
@@ -1284,7 +1284,9 @@ if ripgrep is installed, otherwise `consult-grep'."
 (setup (:straight (vertico
                    :host github
                    :repo "minad/vertico"))
-  (setq resize-mini-windows 'grow-only)
+  (:option resize-mini-windows 'grow-only
+           vertico-count-format nil
+           vertico-cycle t)
   (if (boundp 'comp-deferred-compilation-deny-list)
       (add-to-list 'comp-deferred-compilation-deny-list "vertico"))
   (vertico-mode +1))
-- 
cgit 1.4.1-21-gabe81