vim 高亮显示配置

/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

posted on 2014-11-17 10:10  雪 狼  阅读(327)  评论(0编辑  收藏  举报

导航