首页 > 其他 > 详细

How to turn on syntax highlighting in osx

时间:2017-04-08 10:07:08      阅读:199      评论:0      收藏:0      [点我收藏+]

put follow code in ~/.vimrc 

set ai                  " auto indenting 
 set history=100         " keep 100 lines of history
 set ruler               " show the cursor position
 syntax on               " syntax highlighting
 set hlsearch            " highlight the last searched term
 filetype plugin on      " use the file type plugins

Don‘t having this file ,you will build a new one.



note: my english is so poor that I can‘t writing a complete sentence .

Also please see understanding !

quote:http://stackoverflow.com/questions/24666518/how-to-turn-on-syntax-highlighting-in-vim-7-3-osx

How to turn on syntax highlighting in osx

原文:http://www.cnblogs.com/yulongzhou/p/6680675.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!