colorscheme peachpuff set ruler set number set tabstop=4 set hlsearch set incsearch syn on " set list " set listchars=tab:..,trail:. set showmatch set smartindent set shiftwidth=4 set autoindent set ai! set foldmethod=Syntax set foldlevel=100 set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=utf-8 set encoding=utf-8 Syntax on filetype plugin indent on
hi LineNr term=bold ctermfg=DarkGrey guifg=NONE