highlight comment in VIM -


i've tried set comment different blue, doesn't work. .vimrc:

syntax enable hi comment ctermfg=yellow hi number ctermfg=14 

the number works, comments not. flash yellow, blue. try number instead of yellow, sma result. if post command in running vim :, works fine. thank you.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -