11 lines
214 B
Lua
11 lines
214 B
Lua
return {
|
|
cmd = { 'pytest-language-server' },
|
|
filetypes = { 'python' },
|
|
root_markers = {
|
|
'pyproject.toml',
|
|
'setup.py',
|
|
'setup.cfg',
|
|
'pytest.ini',
|
|
'.git',
|
|
},
|
|
}
|