python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.9k stars 197 forks source link

Considering pointing to python-lsp-isort rather than pyls-isort in the README #478

Closed doolio closed 10 months ago

doolio commented 11 months ago

python-lsp-isort follows pylsp's configuration convention.

pylsp.plugins.isort.enabled pylsp.plugins.isort.profile etc.

vs

pylsp.plugins.pyls_isort.enabled pylsp.plugins.pyls_isort.profile etc.

I had raised pyls-isort/issue#16 and python-lsp-isort/issue#1 respectively.

ccordoba12 commented 11 months ago

Hey @doolio, thanks for reporting. I agree with this change, so you're welcome to submit a pull request to do it.