Compare commits

...

2 commits

Author SHA1 Message Date
LilleAila
f58f41629f
highlight: :h reference in single quotes 2025-01-20 14:28:36 +01:00
LilleAila
28bbe89fbc
highlight: example without '' 2025-01-20 14:16:45 +01:00

View file

@ -92,19 +92,17 @@ 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 = { SignColumn = {
bg = "#282828"; bg = "#282828";
}; };
} };
'';
description = "Custom highlights to apply"; description = "Custom highlights to apply";
}; };