highlight: fix color type

The color options also allow color definitions in the form of color names.
This commit is contained in:
Noah765 2025-04-23 21:28:17 +02:00
commit 990d3598b1
2 changed files with 3 additions and 3 deletions

View file

@ -338,6 +338,7 @@
- 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.
- Fix the type of the `highlight` color options.
[howird](https://github.com/howird):