mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
fix(markdown): disable checkbox rendering since it's annoying to edit
This commit is contained in:
@@ -104,6 +104,9 @@ return {
|
||||
sign = false,
|
||||
icons = {},
|
||||
},
|
||||
checkbox = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
ft = { "markdown", "norg", "rmd", "org" },
|
||||
config = function(_, opts)
|
||||
|
||||
Reference in New Issue
Block a user