VIMRC配置

syntax enable
filetype indent plugin on
set fencs=utf-8
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set langmenu=zh_CN.UTF-8
set ffs=unix,dos,mac
set backspace=indent,eol,start
set nu
set ruler
set showmatch
set nocompatible
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set incsearch
set hlsearch
set nobackup
set nowb

autocmd FileType make set noexpandtab

posted @ 2017-04-14 11:42  BH5HSV  阅读(337)  评论(0编辑  收藏  举报