How can I display special characters? #1711
Answered
by
tpope
mauroporras
asked this question in
Q&A
-
Hello there, This is what I get inside nvim: Is there a way to properly display special chars? I already disabled all my plugins, except this one. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
tpope
Mar 24, 2021
Replies: 1 comment 2 replies
-
Those are ANSI escape sequences for turning on color. Fugitive tries quite aggressively to turn that off, although apparently not aggressively enough. I will fix this, but in the meantime, I recommend you do not set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tpope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those are ANSI escape sequences for turning on color. Fugitive tries quite aggressively to turn that off, although apparently not aggressively enough. I will fix this, but in the meantime, I recommend you do not set
color.ui=always
. "Always" means "do it anyways even in places it won't work", and Fugitive is one of those places.