You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to cache all site-packages? I use many many modules daily and it would be awesome to be able to autoimport from all of them, without having to update the caching variable so often. I've tried
letg:ropevim_autoimport_modules= ["*"]
but that did not work. Thanks,
The text was updated successfully, but these errors were encountered:
which is kind of silly. It has a static list of all standard python modules, then uses find(1) and grep(1) to get all included files from requirements*.txt files in my development folders, to generates a mega ropevim_autoimport_modules that can make me import everything :P.
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to cache all site-packages? I use many many modules daily and it would be awesome to be able to autoimport from all of them, without having to update the caching variable so often. I've tried
but that did not work. Thanks,
The text was updated successfully, but these errors were encountered: