Skip to content

Instantly share code, notes, and snippets.

View Lupino's full-sized avatar
🌴
On vacation

Lupino Lupino

🌴
On vacation
View GitHub Profile
@Lupino
Lupino / .vimrc
Created March 5, 2014 01:37
my vimrc
" disable VI's compatible mode..
set nocompatible
" set encoding=utf-8
set fileencodings=ucs-bom,utf-8,gbk,default,latin1
" use chinese help
set helplang=cn
"set mouse=a
set number "设置显示行号
set expandtab
set tabstop=4