ubuntu的终端默认vim就能显示代码高亮,mac的终端默认却不显示
打开
cd ~
vim ~/.vimrc
添加
filetype plugin indent on syntax on
保存退出就可以了
试试
:syntax on
(逃