Add pylsp config

This commit is contained in:
Alexander Gehrke 2023-03-22 14:35:50 +01:00
parent 555629aa41
commit 6c48210006

View file

@ -25,6 +25,17 @@ return function(on_attach)
telemetry = { enable = false }, telemetry = { enable = false },
}, },
}, },
},
["pylsp"] = {
on_attach = on_attach,
settings = {
pylsp = {
plugins = {
rope_autoimport = { enabled = true, },
isort = { enabled = true, },
}
}
}
} }
} }