This commit is contained in:
Ray Elliott 2025-12-06 21:26:06 +00:00
parent ed3cabf8b0
commit 81fbb4ec14
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ undodir/*
.vimtmp/*
view/*
tmpdir
WORKSPACE_TEST/
EXTERNAL_TEST/

View File

@ -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)