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

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

15 lines
280 B
Nix
Raw Normal View History

{
lib,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "melange";
isColorscheme = true;
originalName = "melange-nvim";
package = "melange-nvim";
2024-08-22 10:03:02 -05:00
maintainers = [ lib.maintainers.GaetanLepage ];
2024-08-22 10:03:02 -05:00
extraConfig = cfg: { opts.termguicolors = lib.mkDefault true; };
}