tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
doc: add `opts.marker`
robinwobin.dev
5 days ago
8e3a91ae
72f0a13e
+2
2 changed files
expand all
collapse all
unified
split
README.md
doc
artio.txt
+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
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
62
+
marker = "│", -- prefix for marked items
62
63
use_icons = true, -- requires mini.icons
63
64
},
64
65
}