From bb8121206c01d08da447c6fca70c756e76d6d31f Mon Sep 17 00:00:00 2001 From: Gautham Venkataraman <26820345+gauthsvenkat@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:49:47 +0200 Subject: feat: more root markers for ty #4108 Co-authored-by: Gautham Venkataraman --- lsp/ty.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/ty.lua') diff --git a/lsp/ty.lua b/lsp/ty.lua index 956971ab..6309771f 100644 --- a/lsp/ty.lua +++ b/lsp/ty.lua @@ -10,5 +10,5 @@ return { cmd = { 'ty', 'server' }, filetypes = { 'python' }, - root_markers = { 'ty.toml', 'pyproject.toml', '.git' }, + root_markers = { 'ty.toml', 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git' }, } -- cgit v1.2.3-70-g09d2