Skip to content

Instantly share code, notes, and snippets.

@raytroop
Last active April 2, 2019 10:03
Show Gist options
  • Save raytroop/6eef7be98076f5c8e9a672a690cc8d73 to your computer and use it in GitHub Desktop.
Save raytroop/6eef7be98076f5c8e9a672a690cc8d73 to your computer and use it in GitHub Desktop.
syntax on
colorscheme desert
set number
set hlsearch
set tabstop=4 //实际的tab键占用的space
set softtabstop=4 //当敲一个tab键时所占用的space
set shiftwidth=4 //自动缩进的space
//set expandtab //将tab转化为space
set enc=utf-8
set guifont=Monospace\ 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment