6 lines
179 B
Lua
6 lines
179 B
Lua
return {
|
|
cmd = { "pyright-langserver", "--stdio" },
|
|
filetypes = { "python", "py" },
|
|
root_markers = { "pyproject.toml", "setup.py", "setup.cfg", "requirements.txt", ".git" },
|
|
}
|