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

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

17 lines
284 B
Nix
Raw Permalink Normal View History

{
lib,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
name = "oxocarbon";
isColorscheme = true;
packPathName = "oxocarbon.nvim";
package = "oxocarbon-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
extraConfig = {
opts.termguicolors = lib.mkDefault true;
};
}