-
Notifications
You must be signed in to change notification settings - Fork 107
Why is the image blurred when oponed within nvim's terminal? #159
Unanswered
ChenZhongPu
asked this question in
Q&A
-
I am using kitty on macOS, and chara works perfectly.
However, it becomes blurred if I use toggleterm.nvim in Nvim:
imageHow to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi, thanks for reporting this. It's happening because the Neovim terminal doesn't support raster graphics. Therefore we emulate it using Unicode characters. If you'd like better graphics support, you should contact the Neovim authors, though note that this would be a lot of work to implement.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment