nvim-telescope / telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images are displayed in the terminal in GUI frontends of neovim

Eloitor opened this issue · comments

When I run the gui https://github.com/yatli/fvim/ from the terminal, and run :Telescope media_files the images are displayed in the terminal and not in the gui. This might also be the case for other frontends of nvim.

possible workaround: use https://github.com/yatli/gui-widgets.nvim instead of X11 magic in case there's a frontend GUI. Currently fvim and goneovim support this.

yatli/fvim#234

possible workaround: use https://github.com/yatli/gui-widgets.nvim instead of X11 magic in case there's a frontend GUI.

@Eloitor if you don't mind can you please elaborate a bit? I am not a plugin dev, should I still try fixing it on my machine or should I just wait for the maintainer to fix it?