- ftplugin/python_fn.vim -- A set of shortcuts and menus to move around and select code blocks
- ftplugin/python_ifold.vim -- Smart folding
- ftplugin/pydoc.vim -- View Python's online help in a vim window
- ftplugin/pythoncomplete.vim --Omni complete
- syntax/python.vim -- Enhanced Python syntax highlighting
- plugin/taglist.vim -- Source code browser
- plugin/NERD_commenter.vim --Easy commenting/uncommenting lines of code
- plugin/NERD_tree.vim -- Integrated file/folder browser; entries are displayed in a tree style
- plugin/pyflakes.vim -- Highlights common Python errors
Wednesday, March 4, 2009
Vim Scripts I Use When Editing Python Source
Following are some public vim scripts I have found the most useful for editing python source files: