minimal extui fuzzy finder for neovim

doc: add `opts.marker`

+2
+1
README.md
··· 54 54 promptprefix = "", -- prefix for the prompt 55 55 prompt_title = true, -- whether to draw the prompt title 56 56 pointer = "", -- pointer for the selected match 57 + marker = "│", -- prefix for marked items 57 58 use_icons = true, -- requires mini.icons 58 59 }, 59 60 win = {
+1
doc/artio.txt
··· 59 59 promptprefix = "", -- prefix for the prompt 60 60 prompt_title = true, -- whether to draw the prompt title 61 61 pointer = "", -- pointer for the selected match 62 + marker = "│", -- prefix for marked items 62 63 use_icons = true, -- requires mini.icons 63 64 }, 64 65 }