minimal extui fuzzy finder for neovim

doc: add `opts.infolist`

+2
+1
README.md
··· 55 55 prompt_title = true, -- whether to draw the prompt title 56 56 pointer = "", -- pointer for the selected match 57 57 marker = "│", -- prefix for marked items 58 + infolist = { "list" }, -- index: [1] list: (4/5) 58 59 use_icons = true, -- requires mini.icons 59 60 }, 60 61 win = {
+1
doc/artio.txt
··· 60 60 prompt_title = true, -- whether to draw the prompt title 61 61 pointer = "", -- pointer for the selected match 62 62 marker = "│", -- prefix for marked items 63 + infolist = { "list" }, -- index: [1] list: (4/5) 63 64 use_icons = true, -- requires mini.icons 64 65 }, 65 66 }