Tao Wang
Tao Wang
It turns out the install script assumes a `ZSH_CUSTOM` env variable to put the completion plugin, which, if I'm correct, normally would come with an **oh-my-zsh** installation. However, vanilla zsh...
Maybe this can be changed into `cl-lib` so the startup warning `package cl is deprecated` can be suppressed. https://github.com/gregsexton/ob-ipython/blob/7147455230841744fb5b95dcbe03320313a77124/ob-ipython.el#L44
Some IDEs have a feature called "inline parameter hints", where the client renders annotations showing parameter names inline in function calls. Screenshot to illustrate:  This is now corresponding feature...