Skip to content

Instantly share code, notes, and snippets.

View tokers's full-sized avatar
🎯
Focusing

Alex Zhang tokers

🎯
Focusing
View GitHub Profile
" Copyright 2014-2017 Alex(zchao1995@gmail.com)
"================================================Basic Settings================================================================="
set number " 显示行号
set relativenumber " 相对行号
set autoindent " (autoindent)自动缩排
set cindent " 使用C的缩进方式
set smartindent " 智能缩进