mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-22 18:29:40 +01:00
colorschemes/melange: migrate to by-name
This commit is contained in:
parent
7e31814abc
commit
51acaf871f
3 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/melange.nix
|
||||
./colorschemes/mini-base16.nix
|
||||
./colorschemes/mini-hues.nix
|
||||
./colorschemes/modus.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue