How to dynamically apply syntax highlights on vim - kdaisho/Blog GitHub Wiki
On normal mode, type colon then syntax on
, and hit enter.
:syntax on
You'll get syntax highlights on.
On normal mode, type colon then syntax on
, and hit enter.
:syntax on
You'll get syntax highlights on.