Add pylsp config
This commit is contained in:
parent
555629aa41
commit
6c48210006
|
@ -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, },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue