camspiers / snap

A fast finder system for neovim.
The Unlicense
490 stars 17 forks source link

Trivial change to enable users to customize the prompt ">" character as well #17

Closed astridlyre closed 3 years ago

astridlyre commented 3 years ago

Not much to say here, is there anything I missed? I think this is better to have the full prompt customizable, so I can make it like so:

snap.run({
    prompt = 'Files ❱',
    producer = fzf(producer_file.args(ignore_dirs)),
    select = select_file.select,
    multiselect = select_file.multiselect,
    views = {preview_file}
})
camspiers commented 3 years ago

Seems reasonable, thank you!

astridlyre commented 3 years ago

Thanks! I'm loving this plugin, you've done great work and been so responsive too - really appreciate it