update
This commit is contained in:
parent
ed3cabf8b0
commit
81fbb4ec14
|
|
@ -4,3 +4,5 @@ undodir/*
|
||||||
.vimtmp/*
|
.vimtmp/*
|
||||||
view/*
|
view/*
|
||||||
tmpdir
|
tmpdir
|
||||||
|
WORKSPACE_TEST/
|
||||||
|
EXTERNAL_TEST/
|
||||||
|
|
|
||||||
|
|
@ -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
|
- [x] Document `.neoconf.json` usage and example in README
|
||||||
- [ ] Verify neoconf merges settings into lspconfig
|
- [ ] Verify neoconf merges settings into lspconfig
|
||||||
- [x] Wire `intelephense.environment.includePaths` via `.neoconf.json`
|
- [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
|
## Phase 3.5 — LSP minimal defaults
|
||||||
- [x] Add `nvim-lspconfig` with minimal defaults (no over-configuration)
|
- [x] Add `nvim-lspconfig` with minimal defaults (no over-configuration)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue