๐Ÿป minimal ui2 fuzzy finder for Neovim codeberg.org/comfysage/artio.nvim
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: add `opts.marker`

robin 8e3a91ae 72f0a13e

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