Open
Description
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.