How to configure Vim for use with Python
PIDA aims to make no assumptions about how you use Vim. It's your Vim, how you want it, with whatever scripts. This is an intentional assumption, and has a trade-off:
We may never have a fully functional Python IDE vs Vim users know what they want and want it their own way
It is responsible of us however, to provide a set of hints here (mostly links to scripts, documentation etc) to help people who want serious Python integration.
(These are user submitted, and we have not yet vetted them for quality)
A way for use vim code completion for python:
1.- Download .vimrc file and vim.tar.gz tarball.
2.- Put .vimrc in your home folder.
3.- Uncompresses the tar file in your home directory.
4.- From right now you have python and pygtk code completion.
How to use that:
1.- For activate code completion <F3>
2.- You can change key <F3> by that you prefer, down, in the .vimrc.
Attachments
- .vimrc (9.1 KB) - added by jjrojo 16 months ago.
- vim.tar.gz (60.7 KB) - added by jjrojoc@… 16 months ago.
