wyuenho / emacs-pet

Tracks down the correct Python tooling executables from your virtualenvs so you can glue the binaries to Emacs and delete code in init.el
GNU General Public License v3.0
105 stars 13 forks source link

set jedi environment for lsp-pyls and lsp-pylsp #7

Closed Walheimat closed 2 years ago

Walheimat commented 2 years ago

Hi, not sure you welcome pull requests. Thanks for the package.

I usually use the included lsp-pylsp package (previously lsp-pyls which is also included) and would set the jedi environment manually.

This way, wouldn't be necessary anymore.

I ran make and make test for the tests but I'm not 100% sure I did the right thing since the parse-config tests fail (also without my changes).

wyuenho commented 2 years ago

Of course I take PRs :) Thanks!