Merge branch 'main' into fix-additional-rtp-override

This commit is contained in:
raf 2025-04-21 06:53:01 +00:00 committed by GitHub
commit 682945c79d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 297 additions and 224 deletions

View file

@ -291,7 +291,11 @@
[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.
- 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):
@ -334,3 +338,9 @@
[Noah765](https://github.com/Noah765):
- Add missing `flutter-tools.nvim` dependency `plenary.nvim`.
- Add necessary dependency of `flutter-tools.nvim` on lsp.
- Add the `vim.languages.dart.flutter-tools.flutterPackage` option.
[howird](https://github.com/howird):
- Change python dap adapter name from `python` to commonly expected `debugpy`.