blob: a5503ea3f4489923857220bea0f76635955da581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
return {
-- init_options = {
-- logLevel = "debug",
-- logFile = "/tmp/ty.log",
-- },
cmd = { "ty", "server" },
filetypes = { "python" },
root_markers = {
"ty.toml",
"pyproject.toml",
".git",
},
}
|