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 }, }