1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update config for pyright

This commit is contained in:
jdhao 2024-11-06 23:19:29 +01:00
parent fe3d5e5922
commit 1141a18c5f

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