Revert "Factor out diagnostics like LSPs"

This commit is contained in:
Ching Pei Yang 2026-06-12 22:22:21 +02:00 committed by GitHub
commit 6cddf8560b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 662 additions and 1023 deletions

View file

@ -346,11 +346,6 @@
- Added `phpantom` LSP preset and into `languages.php`.
- Moved extra diagnostic modules under `diagnostics.presets.<name>` this will
allow for more flexibility in the future for nvf.
- Added {option}`vim.diagnostics.presets.cpplint.enable`.
- Added {option}`vim.treesitter.queries` to support adding custom queries.
- Added injections for `query = '' ... ''` as `query` and `mkLualine '' ... ''`,