From 81fbb4ec14eed8aefbf86357d4e2a502a12974bd Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 6 Dec 2025 21:26:06 +0000 Subject: [PATCH] update --- .gitignore | 2 ++ MIGRATION_PLAN.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a1c6b4b..d204dc8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ undodir/* .vimtmp/* view/* tmpdir +WORKSPACE_TEST/ +EXTERNAL_TEST/ diff --git a/MIGRATION_PLAN.md b/MIGRATION_PLAN.md index 2c84449..251609d 100644 --- a/MIGRATION_PLAN.md +++ b/MIGRATION_PLAN.md @@ -65,6 +65,7 @@ Source of truth for the step-by-step rebuild. Keep this concise and up to date. - [x] Document `.neoconf.json` usage and example in README - [ ] Verify neoconf merges settings into lspconfig - [x] Wire `intelephense.environment.includePaths` via `.neoconf.json` +- [x] Create validation workspaces: `WORKSPACE_TEST/` and `EXTERNAL_TEST/` with sample PHP files ## Phase 3.5 — LSP minimal defaults - [x] Add `nvim-lspconfig` with minimal defaults (no over-configuration)