I am very happy using quarto in nvim.
But I would like to disable automatic rendering of .qmd files when the document is saved, because rendering takes a lot of time for some of my documents.
I tried writing
editor:
render-on-save: false
in the header of the document. No success. Any idea?