diagnostics/presets: init

This commit is contained in:
Snoweuph 2026-05-11 23:25:02 +02:00
commit 92d33a5dc9
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
55 changed files with 1023 additions and 662 deletions

View file

@ -346,6 +346,11 @@
- 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 '' ... ''`,