nvim-telescope / telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.
MIT License
473 stars 52 forks source link

feat: add config options #1

Closed elianiva closed 3 years ago

elianiva commented 3 years ago

Added rg and configurable options which you can change using Telescope's extension configuration.

elianiva commented 3 years ago

Is fdfind a thing? I can't seem to find it anywhere and google gave me find or fd instead of fdfind. (if this is true then we can remove fdfind finder)

windwp commented 3 years ago

@elianiva if you are install fd on ubuntu or debian system the default name is fdfind not fd. so i think we can keep this. telescope.nvim is support fdfind.

elianiva commented 3 years ago

ah, I see. Didn't know about that. I've updated it.

elianiva commented 3 years ago

Do you want me to also fix the indents? It seems like the indents are mixed up between 4 and 2 spaces.

windwp commented 3 years ago

yes

elianiva commented 3 years ago

done. anything else?