Skip to content

Instantly share code, notes, and snippets.

@maicong
Last active April 21, 2017 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maicong/e768db00600e571aa896 to your computer and use it in GitHub Desktop.
Save maicong/e768db00600e571aa896 to your computer and use it in GitHub Desktop.
filetype on
syntax on
set number
set history=1000
set background=dark
set wrapscan
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set showmatch
set showmode
set guioptions-=T
set ruler
set hlsearch
set incsearch
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment