Remove python-lsp-server setup

This commit is contained in:
Sonny Bakker 2025-01-03 21:30:49 +01:00
parent d300288799
commit f45918c93d
2 changed files with 0 additions and 23 deletions

View file

@ -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 = {