Skip to content

Instantly share code, notes, and snippets.

@wongjingping
Created January 11, 2019 00:54
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 wongjingping/c0bd0f500c42608300cbfb95eb86dc3f to your computer and use it in GitHub Desktop.
Save wongjingping/c0bd0f500c42608300cbfb95eb86dc3f to your computer and use it in GitHub Desktop.
" show line numbers
set number
" indent by 2 spaces
set softtabstop=2
set shiftwidth=2
" turn on syntax highlighting
syntax on
" autocomplete brackets
:inoremap ( ()<Esc>i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment