plugins/rainbow-delimiters: remove warnings

This commit is contained in:
Gaetan Lepage 2023-12-21 11:26:26 +01:00 committed by Gaétan Lepage
parent dbcd314708
commit ff7fe40bf6

View file

@ -6,25 +6,6 @@
...
}:
with lib; {
# TODO those warnings have been added XX/XX/2023
# -> Remove them in ~ 1 month (oct. 2023)
imports =
mapAttrsToList
(
old: new:
mkRenamedOptionModule
["plugins" "treesitter-rainbow" old]
["plugins" "rainbow-delimiters" new]
)
{
enable = "enable";
package = "package";
strategy = "strategy";
query = "query";
disable = "blacklist";
hlgroups = "highlight";
};
options.plugins.rainbow-delimiters =
helpers.extraOptionsOptions
// {