Completely off-topic, but in the off chance that you aren't aware, all the cool kids use Sublime Text these days. :) If you are, I'd be interested in the benefits you see in using Vim over Sublime; besides taste, which is perfectly valid.
On 7 May 2014 09:18, <[email protected]> wrote: > > I still don't understand how you can get pymel autocompletion in vim. I > can't find anything on the subject on the web. I didn't quite get how to > use the skeleton maya package to make it work... > > If you have a more complete explanation it would be nice > > This troubled me for a while. It turned out that vim ignored the > PYTHONPATH variable that i had set from the bash terminal. I got it working > by appending the path inside my .vimrc like this: > > " maya.cmds > :python import sys > :python sys.path.append( > "/usr/autodesk/maya2014-x64/devkit/other/pymel/extras/completion/py" ) > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/d19ec0dd-ff14-427d-a165-1c66b9752676%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCs%2BB%2BKKu2i3rO1ZeW4f6Cs4FwnZVo%3DDDUXR6huK9zVwg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
