test(lsp): extract buf/util parts from lsp_spec.lua #39149

Problem:
`test/functional/plugin/lsp_spec.lua` had grown into a large catch-all file that mixed core LSP client lifecycle coverage, `vim.lsp.buf.*` behavior, and `vim.lsp.util.*` behavior in one place.

Solution:
Split the large tests into more focused test files without changing test coverage or intended behavior.

After this change, `lsp_spec.lua` is more focused on core LSP client/config/dynamic-registration behavior.
This commit is contained in:
Yi Ming
2026-04-18 03:27:50 +08:00
committed by GitHub
parent af6dddc2cf
commit e84076c7c6
5 changed files with 3303 additions and 3221 deletions

File diff suppressed because it is too large Load Diff