Skip to content

Instantly share code, notes, and snippets.

@tiagovizoto
Created July 6, 2017 10:36
Show Gist options
  • Save tiagovizoto/b7f573617129a4440120edba358c49c7 to your computer and use it in GitHub Desktop.
Save tiagovizoto/b7f573617129a4440120edba358c49c7 to your computer and use it in GitHub Desktop.
syntax enable
set number
set ts=4
set autoindent
set expandtab
set shiftwidth=4
set cursorline
set showmatch
let python_highlight_all = 1
set encoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment