Skip to content

Instantly share code, notes, and snippets.

@philpep
Created June 15, 2015 09:53
Show Gist options
  • Save philpep/a17d09f16c035c3b71b5 to your computer and use it in GitHub Desktop.
Save philpep/a17d09f16c035c3b71b5 to your computer and use it in GitHub Desktop.
python minimal vimrc
syn on
filetype plugin indent on
autocmd Filetype python set et smarttab ts=4 sw=4 list lcs=tab:>-,trail:.,nbsp:_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment