Compare commits

..

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

View file

@ -92,17 +92,19 @@ in {
"NONE" "NONE"
])); ]));
default = null; 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"; force = mkBoolOption "force update";
}; };
}); });
default = {}; default = {};
example = { example = ''
SignColumn = { {
bg = "#282828"; SignColumn = {
}; bg = "#282828";
}; };
}
'';
description = "Custom highlights to apply"; description = "Custom highlights to apply";
}; };