Remove python-lsp-server setup
This commit is contained in:
parent
d300288799
commit
f45918c93d
2 changed files with 0 additions and 23 deletions
|
|
@ -68,22 +68,6 @@ nvim_lsp.ruff.setup({
|
|||
})
|
||||
|
||||
|
||||
nvim_lsp.pylsp.setup({
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
cmd = { 'pylsp', '--verbose' },
|
||||
settings = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
ruff = {
|
||||
enabled = false -- now through ruff lsp
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
root_dir = python_root_dir
|
||||
})
|
||||
|
||||
nvim_lsp.pyright.setup({
|
||||
settings = {
|
||||
pyright = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue