Last active
December 14, 2015 03:09
-
-
Save rinx/5018808 to your computer and use it in GitHub Desktop.
ftplugin for vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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