[nvim python] move to pylsp + ruff again XD

This commit is contained in:
Piotr Domański 2024-08-22 17:27:16 +02:00
parent 7656228b94
commit a5c7485217

View file

@ -84,8 +84,8 @@ return {
ensure_installed = {
"lua_ls",
"gopls",
"ruff_lsp",
"pylsp",
"ruff_lsp",
"tsserver",
},
handlers = {
@ -111,6 +111,7 @@ return {
settings = {
pylsp = {
plugins = {
mypy = { enabled = true },
black = { enabled = true },
isort = { enabled = true, profile = "black" },
},