mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins/rainbow-delimiters: remove warnings
This commit is contained in:
parent
dbcd314708
commit
ff7fe40bf6
1 changed files with 0 additions and 19 deletions
|
@ -6,25 +6,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; {
|
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 =
|
options.plugins.rainbow-delimiters =
|
||||||
helpers.extraOptionsOptions
|
helpers.extraOptionsOptions
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue