A lightweight Vim plugin that provides intelligent autocompletion for Python without requiring Python to be installed.
- Pure Vimscript: No external dependencies
- Context-aware completion: Different suggestions based on context
- Multiple completion types:
- Python keywords (def, class, if, etc.)
- Built-in functions (print, len, range, etc.)
- Standard library modules (os, sys, json, etc.)
- Exception classes
- Buffer words
- Common methods
- Auto-triggering: Completions appear automatically as you type
- Customizable: Various configuration options
Plug 'your-username/python-autocomplete'