首页 > 系统服务 > 详细

vim 高亮显示配置

时间:2014-11-17 10:38:02      阅读:210      评论:0      收藏:0      [点我收藏+]

/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 高亮显示配置

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

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