isort plugin for the Python LSP Server.
In the same virtualenv as python-lsp-server:
pip install python-lsp-isortThe plugin follows python-lsp-server's configuration. These are the valid configuration keys:
pylsp.plugins.isort.enabled: boolean to enable/disable the plugin.trueby default.pylsp.plugins.isort.*: any other key-value pair underpylsp.plugins.isortis passed toisort.settings.Config. See the reference for details.
Note that any configurations passed to isort via pylsp are ignored when isort detects a config file, such as pyproject.toml.