update config for pyright

This commit is contained in:
jdhao
2024-11-06 23:19:55 +01:00
parent fe3d5e5922
commit 1141a18c5f
+1 -2
View File
@@ -144,8 +144,7 @@ if utils.executable('pyright') then
lspconfig.pyright.setup {
cmd = { "delance-langserver", "--stdio" },
on_attach = custom_attach,
-- capabilities = merged_capability,
capabilities = capabilities,
capabilities = merged_capability,
settings = {
pyright = {
-- disable import sorting and use Ruff for this