mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +02:00
tests/ayu: switch to new settings option
This commit is contained in:
parent
6974a6a200
commit
56bda1f1c1
1 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,10 @@
|
||||||
colorschemes.ayu = {
|
colorschemes.ayu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
mirage = false;
|
mirage = false;
|
||||||
overrides = {};
|
overrides = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue