[nvim python] move to pylsp + ruff again XD
This commit is contained in:
parent
7656228b94
commit
a5c7485217
1 changed files with 2 additions and 1 deletions
|
@ -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" },
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue