set nocompatible
syntax on
set number
set cursorline
set ruler
set shiftwidth=2
set softtabstop=2
set tabstop=2
set nobackup
set autochdir
filetype plugin indent on
set backupcopy=yes
set ignorecase smartcase
set incsearch
set hlsearch
set guioptions-=T
set guioptions-=m
set smartindent
set laststatus=2
set foldenable
网友评论