with rendercv 2.28 obtained from nixos, I tried to customize my theme generating a new theme:
design:
theme: moderncvmatt
the rendering works but I have a live yaml linter enabled with # yaml-language-server: $schema=https://raw.githubusercontent.com/rendercv/rendercv/refs/tags/v2.8/schema.json at the top of the file.
The previous snippet generates the following diagnostic:
my_CV.yaml|197 col 10-22 error 1| Value must be "classic" | "ember" | "engineeringclassic" | "engineeringresumes" | "harvard" | "ink" | "moderncv" | "opal" | "sb2nov".
I can disable it with # yaml-language-server-disable
on the line before but even better would be a schema fix.
with rendercv 2.28 obtained from nixos, I tried to customize my theme generating a new theme:
the rendering works but I have a live yaml linter enabled with
# yaml-language-server: $schema=https://raw.githubusercontent.com/rendercv/rendercv/refs/tags/v2.8/schema.jsonat the top of the file.The previous snippet generates the following diagnostic:
my_CV.yaml|197 col 10-22 error 1| Value must be "classic" | "ember" | "engineeringclassic" | "engineeringresumes" | "harvard" | "ink" | "moderncv" | "opal" | "sb2nov".I can disable it with
# yaml-language-server-disableon the line before but even better would be a schema fix.