mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
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
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:
parent
bc210635f4
commit
f0764db721
2 changed files with 62 additions and 15 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue