11 lines
177 B
Lua
11 lines
177 B
Lua
return {
|
|
cmd = { 'ty', 'server' },
|
|
filetypes = { 'python' },
|
|
root_markers = { 'ty.toml', 'pyproject.toml', '.git', 'ruff.toml' },
|
|
settings = {
|
|
ty = {
|
|
|
|
},
|
|
},
|
|
}
|