Variable: vertico-grid-lookahead

vertico-grid-lookahead is a customizable variable defined in vertico-grid.el.

Value

100

Documentation

Number of candidates to lookahead for column number computation.

When scrolling beyond this limit, candidates may be truncated.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico-grid.el
(defcustom vertico-grid-lookahead 100
  "Number of candidates to lookahead for column number computation.
When scrolling beyond this limit, candidates may be truncated."
  :type 'natnum
  :group 'vertico)