From e9e3da4fdbc970a8983fec89b9e93d4d861f1de7 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 22 Jan 2026 17:22:12 +0100 Subject: [PATCH] doc: add `opts.infolist` --- README.md | 1 + doc/artio.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 683df7e..5803ca1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ require("artio").setup({ prompt_title = true, -- whether to draw the prompt title pointer = "", -- pointer for the selected match marker = "│", -- prefix for marked items + infolist = { "list" }, -- index: [1] list: (4/5) use_icons = true, -- requires mini.icons }, win = { diff --git a/doc/artio.txt b/doc/artio.txt index 13cdf69..a149454 100644 --- a/doc/artio.txt +++ b/doc/artio.txt @@ -60,6 +60,7 @@ options that change default behavior of the picker. prompt_title = true, -- whether to draw the prompt title pointer = "", -- pointer for the selected match marker = "│", -- prefix for marked items + infolist = { "list" }, -- index: [1] list: (4/5) use_icons = true, -- requires mini.icons }, } -- 2.51.2