mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-23 10:49:41 +01:00
colorschemes/oxocarbon: migrate to by-name
This commit is contained in:
parent
1e4d773a63
commit
52ff6cf06a
3 changed files with 0 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "oxocarbon";
|
||||
isColorscheme = true;
|
||||
package = "oxocarbon-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
extraConfig = {
|
||||
opts.termguicolors = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/oxocarbon.nix
|
||||
./colorschemes/palette.nix
|
||||
./colorschemes/poimandres.nix
|
||||
./colorschemes/rose-pine.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue