We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@9527KGG Have you tried disable coloring by adding "--no-color" parameter?
Sorry, something went wrong.
Gave a try. The issue still repro. Thanks.
I think the issue is related with font encoding, not color.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: