-
Notifications
You must be signed in to change notification settings - Fork 32
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
Wezterm support #17
Comments
You might need |
I am already using but no way to make this work. 😢 |
Wezterm's current support for the protocol is still highly experimental. From my personal experience, most features are either not yet implemented or not correctly implemented. Support for the iTerm2 image protocol is stable though and might be a better option on Wezterm as soon as it's added here (i.e in hologram.nvim). |
As a note, add this to your init.vim ( " Install Hologram with Plug
Plug 'edluffy/hologram.nvim'
" Setup Hologram
lua << EOF
require'hologram'.setup{
auto_display = true -- WIP automatic markdown image display, may be prone to breaking
}
EOF Will fail first time, once you run It works in WezTerm on macOS but the image renders funky - correct, but on top of things (kind of) and small. Discovered bug on this png in WezTerm nightly with NeoVim latest: EDIT: |
This can only be achieved on WezTerm's end. |
Now that Wezterm has some support for Kitty protocol I am trying to make this to work.
But for me shows this error for the minimal setup:
Will be needed something more on the plugin or terminal for this to work?
The text was updated successfully, but these errors were encountered: