aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lsp/ty.lua2
1 files changed, 1 insertions, 1 deletions
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' },
}