1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/efmls: add renames for HTML & JSON setup options

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 =