Closed
Description
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.