1 2 3 4 5 6 7 8 9 10 11 12
return { cmd = { "pyright-langserver", "--stdio" }, filetypes = { "python" }, root_markers = { "pyproject.toml", "setup.py", "setup.cfg", "requirements.txt", "Pipfile", "pyrightconfig.json" }, settings = { python = { formatting = { provider = "none" } } } }