vim-material-theme
vim-material-theme copied to clipboard
Python Highlighting of for, in, is, not looks out of place
Screenshot:
for
, in
, is
and not
should be highlighted the same as if
else
etc.
Fix:
highlight! link pythonRepeat pythonConditional
highlight! link pythonOperator pythonConditional
How does one apply that fix? I am a vim newbie, so bare with me.
@swayson Add it to vimrc