| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: apply auto-generated annotations to LSP configs | Yi Ming | 2026-03-13 | 1 | -0/+1 |
| | | |||||
| * | fix: disable telemetry in the intelephense lsp server #4279 | madflow | 2026-01-26 | 1 | -0/+7 |
| | | |||||
| * | chore: add type annotation for configs | Igor | 2025-08-18 | 1 | -0/+1 |
| | | |||||
| * | fix(intelephense): change root markers order #3933 | Pim Peters | 2025-06-30 | 1 | -1/+1 |
| | | | | align with phpactor: 477f412973484b4de20ae70c142e28a5790936a5 | ||||
| * | fix(intelephense): workspace not found | Justin M. Keyes | 2025-06-16 | 1 | -8/+1 |
| | | | | | | | | | | | | Problem: user reports that "lsp/intelephense.lua doesn't recognize root directory despite the project contains composer.json or .git". Solution: Drop the `root_dir`, use `root_markers`. fix #3901 | ||||
| * | fix(configs): eliminate some usages of root_pattern #3820 | Justin M. Keyes | 2025-05-04 | 1 | -4/+2 |
| | | | | | | | | Problem: `root_pattern` is not necessary for non-glob patterns. Solution: Replace non-glob cases with `vim.fs.root()`.. | ||||
| * | ci(lint): deprecate util.path.is_descendant() on Nvim 0.11+ #3766 | Justin M. Keyes | 2025-04-23 | 1 | -2/+2 |
| | | |||||
| * | docs: cleanup | Justin M. Keyes | 2025-04-18 | 1 | -26/+27 |
| | | | | | | - brief should live at the top of each file - fix indentation for some docs | ||||
| * | fix(docs): docgen.lua reads from `lua/*.lua` #3708 | Justin M. Keyes | 2025-04-12 | 1 | -1/+1 |
| | | | | | | | | | Problem: Since configs now live in `lsp/`, the docgen needs to be updated. Solution: Read the configs from `lsp/`. Parse the `@brief` docstring to get the docs. | ||||
