John
John

Reputation:

How do I get omnicompletion for Python external libraries?

I've setup my gVim to have omnicompletion, but only for the standard library atm.. How do I include other libraries (Django, Pygame, etc...)?

Thanks!

Upvotes: 5

Views: 1001

Answers (1)

Ned Batchelder
Ned Batchelder

Reputation: 375634

Here's a tutorial on using omnicomplete with Django.

Upvotes: 1

Related Questions