1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 12:41:03 +01:00

colorschemes/melange: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:43 -03:00 committed by Gaétan Lepage
parent 687b9dee09
commit e5a8032397
3 changed files with 0 additions and 1 deletions

View file

@ -1,15 +0,0 @@
{
lib,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "melange";
isColorscheme = true;
package = "melange-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
extraConfig = {
opts.termguicolors = lib.mkDefault true;
};
}