nix-community.nixvim/plugins/colorschemes/melange.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
278 B
Nix
Raw Normal View History

{
lib,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
name = "melange";
isColorscheme = true;
packPathName = "melange-nvim";
package = "melange-nvim";
2024-08-22 10:03:02 -05:00
maintainers = [ lib.maintainers.GaetanLepage ];
extraConfig = {
opts.termguicolors = lib.mkDefault true;
};
}