Vim color issue with js, ts
tranduchuy opened this issue · 2 comments
tranduchuy commented
benknoble commented
This looks related: #219
If you don't have a terminal supporting italics, you can do let g:dracula_italic = 0
prior to loading the colorscheme. Otherwise you should make sure your terminal supports italics and that sends the correct sequences for them (check $TERM
, terminfo
, &c.)
tranduchuy commented
@benknoble Thanks, it works!