Skip to content

Instantly share code, notes, and snippets.

@chzealot
Created November 18, 2011 13:23
Show Gist options
  • Save chzealot/1376452 to your computer and use it in GitHub Desktop.
Save chzealot/1376452 to your computer and use it in GitHub Desktop.
vim python
if has("autocmd")
autocmd BufNewFile *.py 0r ~/.vim/python-support/simple.py
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment