nvim-lint: added required files support

This commit is contained in:
rice-cracker-dev 2025-04-12 20:53:19 +07:00
commit a436aca603
6 changed files with 71 additions and 68 deletions

View file

@ -290,6 +290,7 @@
- `eslint_d` now checks for configuration files to load.
- Fixed an error where `eslint_d` fails to load.
- Added required files support for linters under `vim.diagnostics.nvim-lint.linters.*.required_files`.
[Sc3l3t0n](https://github.com/Sc3l3t0n):