Compare commits

..

No commits in common. "f58f41629f82ea7c88a84333ba261369194fe7de" and "653e5d6a176378386e803c767aa8da4dbdd96f11" have entirely different histories.

View file

@ -92,17 +92,19 @@ in {
"NONE"
]));
default = null;
description = "The cterm arguments to use. See ':h highlight-args'";
description = "The cterm arguments to use. See :h highlight-args";
};
force = mkBoolOption "force update";
};
});
default = {};
example = {
example = ''
{
SignColumn = {
bg = "#282828";
};
};
}
'';
description = "Custom highlights to apply";
};