I like to use pythoncomplete#Completefor Vim omnicompletion , but it does not work for Python modules other than the standard library.
Is there a way to recompile Vim so that it works on non-standard library modules?
I tried pysmell, et. al., but they just don't work the same way pythoncomplete#Complete. This is for a windows machine.
source
share