dracula/vim

Vim color issue with js, ts

tranduchuy opened this issue · 2 comments

image
image

Hi everyone, I have a trouble highlighting with js, ts files like this. Does any one know how to fix it?
Thank you so much

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.)

@benknoble Thanks, it works!