Is there a way to let Vim on Mac OS highlighten syntax of different languages in Terminal? I would guess for vim it is a .vimrc thing, right? (But I cannot find this file in my home folder).
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
If the file ~/.vimrc is not there, you'll just need to create it. To enable syntax highlighting, add
to it. Also make sure that "Display ANSI colors" is enabled in the Terminal Settings. |
|||
|
|
