abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.21k stars 133 forks source link

jedi should not be imported into the active (lispy--python-proc) #678

Open QiangF opened 7 months ago

QiangF commented 7 months ago

Like an lsp server, jedi should live outside of the working virtual environment. The ":environment" should be specified in a .dir-locals

QiangF commented 7 months ago

So either use jedi.el or import jedi in current environment. Currently there is a mixed of the two.

QiangF commented 7 months ago

The dependency on jedi might be better replaced with a language server.