Open kgfly opened 5 years ago
This is a not bug report or feature request.
(Not sure if anyone runs leetcode command inside vim or not.)
In my vim, I run "!leetcode test %", here is my observation:
I added these options
set encoding=utf-8 set fileencoding=utf-8 set fileencodings=utf-8 set termencoding=utf-8
to .vimrc.
However, still not working. Chars are still not readable.
Thanks.
@9527KGG Have you tried disable coloring by adding "--no-color" parameter?
Gave a try. The issue still repro. Thanks.
I think the issue is related with font encoding, not color.
This is a not bug report or feature request.
(Not sure if anyone runs leetcode command inside vim or not.)
In my vim, I run "!leetcode test %", here is my observation:
I added these options
set encoding=utf-8 set fileencoding=utf-8 set fileencodings=utf-8 set termencoding=utf-8
to .vimrc.
However, still not working. Chars are still not readable.
Thanks.