mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +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 = {
|
||||
enable = true;
|
||||
|
||||
mirage = false;
|
||||
overrides = {};
|
||||
settings = {
|
||||
mirage = false;
|
||||
overrides = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue