fix: python server + configs

This commit is contained in:
2025-11-16 01:19:40 +01:00
parent 1731aee691
commit c66e26bd45
4 changed files with 89 additions and 76 deletions

View File

@@ -1,5 +1,5 @@
return {
cmd = { 'pyright-langserver', '--stdio' },
cmd = { 'pylsp' },
filetypes = { 'python' },
root_markers = { 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
root_markers = { 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
}