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({
|
nvim_lsp.pyright.setup({
|
||||||
settings = {
|
settings = {
|
||||||
pyright = {
|
pyright = {
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,6 @@ aur_build_dir: '/usr/local/src'
|
||||||
python_build_dir: '/usr/local/src'
|
python_build_dir: '/usr/local/src'
|
||||||
python_install_dir: '/opt'
|
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:
|
language_servers:
|
||||||
- {
|
- {
|
||||||
package: ansible-language-server,
|
package: ansible-language-server,
|
||||||
|
|
@ -91,11 +89,6 @@ language_servers:
|
||||||
server_name: 'pyright',
|
server_name: 'pyright',
|
||||||
auto_setup: false
|
auto_setup: false
|
||||||
}
|
}
|
||||||
- {
|
|
||||||
package: python-lsp-server,
|
|
||||||
server_name: 'pylsp',
|
|
||||||
auto_setup: false
|
|
||||||
}
|
|
||||||
|
|
||||||
python_download_url: 'https://www.python.org/ftp/python'
|
python_download_url: 'https://www.python.org/ftp/python'
|
||||||
python_versions:
|
python_versions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue