码迷,mamicode.com
首页 > 系统相关 > 详细

vim 高亮显示配置

时间:2014-11-17 10:39:01      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:io   ar   for   on   art   bs   as   tt   c   

/etc/vim/vimrc


set showmatch "bracket match
set matchtime=5 "bracket match time 5
set ignorecase "ingnore upper and lower when seek
set incsearch


set formatoptions=tcrqn
set smartindent "auto indent for c
set tabstop=4 "set tab as 4
set cindent "use c indent


set softtabstop=4
set shiftwidth=4


set nonu

vim 高亮显示配置

标签:io   ar   for   on   art   bs   as   tt   c   

原文地址:http://www.cnblogs.com/shanguanghui/p/4102993.html

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