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

View file

@ -38,8 +38,6 @@ aur_build_dir: '/usr/local/src'
python_build_dir: '/usr/local/src'
python_install_dir: '/opt'
# Note that the "python-lsp-server" and "neovim" python
# packages should be installed to the corresponding virtualenv as well.
language_servers:
- {
package: ansible-language-server,
@ -91,11 +89,6 @@ language_servers:
server_name: 'pyright',
auto_setup: false
}
- {
package: python-lsp-server,
server_name: 'pylsp',
auto_setup: false
}
python_download_url: 'https://www.python.org/ftp/python'
python_versions: