diagnostics/presets/cpplint: init

This commit is contained in:
Snoweuph 2026-05-12 00:34:38 +02:00
commit 3cd71e08d0
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 53 additions and 0 deletions

View file

@ -300,6 +300,8 @@
- 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 '' ... ''`,