aboutsummaryrefslogtreecommitdiff
path: root/tests/test-prog-lsp.el
Commit message (Collapse)AuthorAgeFilesLines
* test(lsp): narrow startup smoke test for prog-lsp config resolutionCraig Jennings15 hours1-0/+66
Pins the load-time invariants of the central LSP module: lsp-enable-remote stays nil (no auto-start on TRAMP files), the file-watch-ignore defaults live in one idempotent helper, the eldoc provider is stripped from the global hook, and no mode accrues a duplicate lsp-deferred entry. Tests the top-level :init and helper surface, since :config defaults defer to lsp-mode's own load under make test.