1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-06 17:11:05 +01:00

colorschemes/oxocarbon: migrate to by-name

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

View file

@ -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;
};
}