1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

colorschemes/gruvbox-material: update default config due to lib changes

This commit is contained in:
Jakob Beckmann 2025-07-06 13:18:30 +02:00 committed by Gaétan Lepage
parent ef0fa015a8
commit 19aab2f935
2 changed files with 5 additions and 3 deletions

View file

@ -24,7 +24,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
force_background = false; force_background = false;
}; };
signs = { signs = {
highlight = true; force_background = false;
}; };
customize = lib.nixvim.nestedLiteralLua '' customize = lib.nixvim.nestedLiteralLua ''
function(g, o) function(g, o)

View file

@ -22,7 +22,8 @@
background_color = null; background_color = null;
}; };
signs = { signs = {
highlight = true; force_background = false;
background_color = null;
}; };
customize = null; customize = null;
}; };
@ -46,7 +47,8 @@
force_background = false; force_background = false;
}; };
signs = { signs = {
highlight = true; force_background = false;
background_color = null;
}; };
customize = lib.nixvim.mkRaw '' customize = lib.nixvim.mkRaw ''
function(g, o) function(g, o)