🐻 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: update `preview_item` field

robin 0b08d686 cd9ab579

+1 -1
+1 -1
doc/artio.txt
··· 185 185 first argument and the item id as the second. 186 186 - {get_items}? (`fun(input: string): artio.Picker.item[]`) 187 187 - {format_item}? (`fun(item: any): string`) 188 - - {preview_item}? (`fun(item: any): integer, fun(win: integer)`) 188 + - {preview_item}? (`fun(item: any): {buf?:integer, pos?:[integer,integer], pos_end?:[integer,integer]}`) 189 189 - {get_icon}? (`fun(item: artio.Picker.item): string, string`) 190 190 - {hl_item}? (`fun(item: artio.Picker.item): artio.Picker.hl[]`) 191 191 - {on_quit}? (`fun()`)