How do I turn off/on syntax highlighting?

By default, the Vim syntax highlighting is turned off. To enable the syntax highlighting, you can use one of the following commands:

    :syntax enable

or

    :syntax on

To disable the syntax highlighting, you can use the following command:

    :syntax off

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind