aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
authorGautham Venkataraman <26820345+gauthsvenkat@users.noreply.github.com>2025-10-01 00:49:47 +0200
committerGitHub <noreply@github.com>2025-09-30 15:49:47 -0700
commitbb8121206c01d08da447c6fca70c756e76d6d31f (patch)
treea9b12c3f7488917b43db38d2704b2b3c878dbd5f /lsp
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.tar
nvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.tar.gz
nvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.tar.bz2
nvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.tar.lz
nvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.tar.xz
nvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.tar.zst
nvim-lspconfig-bb8121206c01d08da447c6fca70c756e76d6d31f.zip
feat: more root markers for ty #4108
Co-authored-by: Gautham Venkataraman <gautham@dexterenergy.ai>
Diffstat (limited to 'lsp')
-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' },
}