Variable: vertico-resize

vertico-resize is a customizable variable defined in vertico.el.

Value

grow-only

Documentation

How to resize the Vertico minibuffer window, see resize-mini-windows.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defcustom vertico-resize resize-mini-windows
  "How to resize the Vertico minibuffer window, see `resize-mini-windows'."
  :type '(choice (const :tag "Fixed" nil)
                 (const :tag "Shrink and grow" t)
                 (const :tag "Grow-only" grow-only)))