Disable syntax highlighting

Disable syntax highlighting for a moment:
:syntax clear

If you want to stop highlighting completely use:
:syntax off

If you want syntax highlighting only for specific
files, use this: :syntax manual

To switch highlighting on for the current
buffer, set the ‘syntax’ option: :set syntax=ON