Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-18 | ftplugin/python.vim: Set textwidth to 79 columns | Teddy Wing | |
Comply with PEP8 style guidelines by setting a max line width of 79 columns). Should make it easier to write Python code without having to watch the column count myself. | |||
2014-05-15 | vimrc: turn on filetype plugin & add python ftplugin | Teddy Wing | |
* Ensure filetype plugin is on so that ftplugins get loaded * Add a filetype plugin for python with PEP8 indentation and cancel my custom mappings that preserve indentation on empty lines |