码迷,mamicode.com
首页 > 其他好文 > 详细

How to turn on syntax highlighting in osx

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

标签:please   ack   follow   writing   plugin   position   arc   stack   nbsp   

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

标签:please   ack   follow   writing   plugin   position   arc   stack   nbsp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!