Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my config of pylsp to enable isort of pylsp
lua/user/lsp-servers/pylsp.lua
:return { settings = { pylsp = { plugins = { pyls_isort = { enabled = true }, }, }, }, }
.Due to the Steps to modify plugin configs part of the wiki, I think the table returned should just update the pyls_isort property but not replace the whole config.
Beta Was this translation helpful? Give feedback.
All reactions