How can I activate Vim color schemes in OS X's Terminal?

前端 未结 6 1876
情书的邮戳
情书的邮戳 2020-12-25 09:51

I\'m working with the Vim 7.2 that comes with Mac OS 10.6.1 (Leopard), using the Mac\'s \"Terminal\" app. I\'d like to use a fancy color scheme. I did this...



        
6条回答
  •  既然无缘
    2020-12-25 10:47

    Create vimrc file on your home folder and then edit it. You can try adding syntax on inside ~/.vimrc file.

    $cat ~/.vimrc
    syntax on
    

    It will highlight your code syntax on vim

提交回复
热议问题