1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-23 18:59:40 +01:00

colorschemes/one: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:47 -03:00
parent 1568905212
commit 13f8fc39fb
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4
3 changed files with 0 additions and 1 deletions

View file

@ -1,15 +0,0 @@
{
empty = {
colorschemes.one.enable = true;
};
defaults = {
colorschemes.one = {
enable = true;
settings = {
allow_italics = 0;
};
};
};
}