plugins/efmls: add renames for HTML & JSON setup options
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled

This required adding an internal `warnings` option to the submodule, and
filtering out the aliases and the `warnings` option when iterating over
the setup options.
This commit is contained in:
Matt Sturgeon 2025-06-25 11:29:50 +01:00 committed by Austin Horstman
parent bc210635f4
commit f0764db721
2 changed files with 62 additions and 15 deletions

View file

@ -20,6 +20,11 @@
toolOptions = builtins.removeAttrs (setup.type.getSubOptions setup.loc) [
"_freeformOptions"
"_module"
# Rename aliases added 2025-06-25 in https://github.com/nix-community/nixvim/pull/3503
"warnings"
"HTML"
"JSON"
];
brokenTools =