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

@ -0,0 +1,15 @@
{
lib,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "oxocarbon";
isColorscheme = true;
package = "oxocarbon-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
extraConfig = {
opts.termguicolors = lib.mkDefault true;
};
}