You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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