Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to viewer pdf and images in Neovim terminal #22240

Closed
TroySigX opened this issue Feb 12, 2023 · 4 comments
Closed

Add ability to viewer pdf and images in Neovim terminal #22240

TroySigX opened this issue Feb 12, 2023 · 4 comments
Labels
enhancement feature request

Comments

@TroySigX
Copy link

Problem

When I type nvim "pdf-path", it'd be nice to see the image, not some random binary characters.

Expected behavior

Be able to view the image/pdf directly in Neovim

@TroySigX TroySigX added the enhancement feature request label Feb 12, 2023
@clason
Copy link
Member

clason commented Feb 12, 2023

And how exactly would that work in a text-based terminal?

@clason clason closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2023
@TroySigX
Copy link
Author

Maybe you can integrate sixel or kitty protocol? I can see that neovim can actually show images in its terminal with the command viu "image-path", but it's really inconvenient to do that for every image path that I'd rather manually open them myself.

@clason
Copy link
Member

clason commented Feb 12, 2023

That's a duplicate of #12991 and #4500.

@TroySigX
Copy link
Author

The hologram.nvim only shows image when we type the image path in the current file/buffer. So I figure it should be a feature request in hologram?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request
Projects
None yet
Development

No branches or pull requests

2 participants