mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
5 lines
132 B
Lua
5 lines
132 B
Lua
return {
|
|
cmd = { 'uvx', 'ty', 'server' },
|
|
filetypes = { 'python' },
|
|
root_markers = { 'ty.toml', 'pyproject.toml', '.git' },
|
|
}
|