6 lines
158 B
Lua
6 lines
158 B
Lua
return {
|
|
cmd = { 'pylsp' },
|
|
filetypes = { 'python' },
|
|
root_markers = { 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
|
|
}
|