You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: When I said images were not rendered, I meant nvim was showing nothing, not images and not even the raw binary data of the images. And the command ImageReport also says Rendered: true. It's just I couldn't see the rendered image in nvim.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Says the machine is named A, running Arch Linux. The following attempts work well:
kitty
+nvim
on A directlykitty
+tmux
+nvim
on A directlyssh
into A +nvim
, (the ssh client is stillkitty
)But
ssh
into A +tmux
+nvim
(client iskitty
), then no image is rendered.Any suggestion on where I should check? Thanks!!
I'm using
plug.vim
andPlug '3rd/image.nvim', {'build': 'false'}
to install the plugin and usingmagick_cli
. Below is my config:Update: When I said images were not rendered, I meant nvim was showing nothing, not images and not even the raw binary data of the images. And the command
ImageReport
also saysRendered: true
. It's just I couldn't see the rendered image in nvim.Beta Was this translation helpful? Give feedback.
All reactions