Skip to content

Instantly share code, notes, and snippets.

@rinx
Last active December 14, 2015 03:09
Show Gist options
  • Save rinx/5018808 to your computer and use it in GitHub Desktop.
Save rinx/5018808 to your computer and use it in GitHub Desktop.
ftplugin for vim
"python
setl autoindent
setl softtabstop=4
setl tabstop=4
setl shiftwidth=4
setl textwidth=80
setl smarttab
setl expandtab
setl smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
"neocomplcache loading source
setl omnifunc=pythoncomplete#Complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment