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
Originally posted by JoeMob December 11, 2024
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.
The text was updated successfully, but these errors were encountered:
ayamir
changed the title
[Bug]: user's lsp config replaced the whole config rathen merge with overwrite.
[Bug]: user's lsp config replaced the whole config rather than merge predefined config with overwrite.
Dec 11, 2024
Discussed in #1375
Originally posted by JoeMob December 11, 2024
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.
The text was updated successfully, but these errors were encountered: