If you are using vim editor and getting a boring unicolor text. You can enable syntax highlighting with the below steps.
-
For current session:
:syntax on
And
:syntax off
-
For User level:
$cat ~/.vimrc
syntax on
If you are using vim editor and getting a boring unicolor text. You can enable syntax highlighting with the below steps.
For current session:
:syntax on
And
:syntax off
For User level:
$cat ~/.vimrc
syntax on