Tao Wang

Results 3 issues of 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: ![image](https://user-images.githubusercontent.com/31797461/228123927-4a4286e2-a97e-42e2-b03a-a6d1b063c4bf.png) This is now corresponding feature...