nvim_lint: moved the function into a separate option "lint_function"

This commit is contained in:
rice-cracker-dev 2025-04-14 18:01:52 +07:00
commit f830553166
3 changed files with 58 additions and 38 deletions

View file

@ -289,8 +289,9 @@
[rice-cracker-dev](https://github.com/rice-cracker-dev):
- `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`.
- Fix an error where `eslint_d` fails to load.
- Add required files support for linters under `vim.diagnostics.nvim-lint.linters.*.required_files`.
- Add global function `nvf_lint` under `vim.diagnostics.nvim-lint.lint_function`.
[Sc3l3t0n](https://github.com/Sc3l3t0n):