Skip to content

Instantly share code, notes, and snippets.

@caironoleto
Created April 3, 2011 15:18
Show Gist options
  • Save caironoleto/900476 to your computer and use it in GitHub Desktop.
Save caironoleto/900476 to your computer and use it in GitHub Desktop.
Configuração mais básica do vim
set number
set expandtab
set tabstop=2
set shiftwidth=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment