prezto/modules/python/functions
Indrajit Raychaudhuri f0942e6dda python: Optimize completion for loading lazily on demand
Move `pip` to separate completion definition delegating to pip to do
all the completion work.

Since the completion is loaded lazily on-demand, it avoids the
performance overhead during Zsh initialization.

Implementation note:
The helper function `_pip_completion` implementation is based on the
official pip completion function (which can be generated with
`pip completion --zsh`) adhering to the newer compsys style.

See: 'man zshcompsys' for more details.
2021-06-01 14:29:39 -05:00
..
_pip python: Optimize completion for loading lazily on demand 2021-06-01 14:29:39 -05:00
python-info python-info: add support for pyenv and only do extra work if the prompt needs it 2017-12-04 15:08:58 -08:00