all repos

init.lua @ 00bfd46cbc3b0e9b1a96d49f8092184d47bb5bb5

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(checkmate.nvim): change the list of file it works on
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-26 01:20:49 +0300
Parent: 3d6d88f
M lua/plugins/core.lua

@@ -15,7 +15,7 @@ ---@module "checkmate"

---@type checkmate.Config ---@diagnostic disable-next-line: missing-fields opts = { - files = { "todo", "TODO", "*.todo*", "*.pali*", "*.prj*" }, + files = { "todo", "Projects/*", "*.todo*", "*.pali*" }, keys = { ["<localleader>t"] = "toggle", ["<localleader>c"] = "check",