fix(markdown): disable checkbox rendering since it's annoying to edit

This commit is contained in:
Folke Lemaitre 2025-01-16 10:05:30 +01:00
parent b19f2070b8
commit 4f31bfab86
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -104,6 +104,9 @@ return {
sign = false,
icons = {},
},
checkbox = {
enabled = false,
},
},
ft = { "markdown", "norg", "rmd", "org" },
config = function(_, opts)