File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- *checkmate.txt* For Neovim >= 0.10.0 Last change: 2025 June 07
1+ *checkmate.txt* For Neovim >= 0.10.0 Last change: 2025 June 09
22
33==============================================================================
44Table of Contents *checkmate-table-of-contents*
@@ -283,11 +283,14 @@ Config definitions/annotations ~
283283 ---will be merged with defaults.
284284 ---@field metadata checkmate.Metadata
285285 ---
286- ---Settings for the archived todos section
287- ---@field archive checkmate.ArchiveSettings?
286+ ---@field archive checkmate.ArchiveSettings? -- Settings for the archived todos section
288287 ---
289288 ---Config for the linter
290289 ---@field linter checkmate.LinterConfig?
290+ ---
291+ ---Turn off treesitter highlights (on by default)
292+ ---See `:h treesitter-highlight`
293+ ---@field disable_ts_highlights? boolean
291294
292295 -----------------------------------------------------
293296
You can’t perform that action at this time.
0 commit comments