HallerPatrick / py_lsp.nvim

Lsp Plugin for working with Python virtual environments
97 stars 11 forks source link

[Help]: more LSP support #12

Closed younger-1 closed 2 years ago

younger-1 commented 2 years ago

Currently the plugin supports pyright out of box. Is there any plannings of support other python LSP such as https://github.com/python-lsp/python-lsp-server and https://github.com/pappasam/jedi-language-server.

HallerPatrick commented 2 years ago

Hey! I looked into Jedi and managed to integrate it. Please look into a3fe2da704c0239c030db94d79ff4d9a03e51df8 how to use it.

Because I am not using any other lsp server besides pyright I would only support other LSPs, when explicitly asked for. Or someone PRs it :P

Greetings Patrick

HallerPatrick commented 2 years ago

13