Skip to content

Instantly share code, notes, and snippets.

@ppdeassis
Last active December 31, 2015 15:49
Show Gist options
  • Save ppdeassis/8008950 to your computer and use it in GitHub Desktop.
Save ppdeassis/8008950 to your computer and use it in GitHub Desktop.
Vim rc
" syntax highlighting
syntax on
" tab to 2 spaces
set tabstop=2 shiftwidth=2 expandtab
" line numbers
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment