diff options
| author | Gautham Venkataraman <26820345+gauthsvenkat@users.noreply.github.com> | 2025-10-01 00:49:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 15:49:47 -0700 |
| commit | bb8121206c01d08da447c6fca70c756e76d6d31f (patch) | |
| tree | a9b12c3f7488917b43db38d2704b2b3c878dbd5f /lsp | |
| parent | docs: update configs.md (diff) | |
| download | nvim-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' }, } |
