all repos

init.lua @ f1bf6489d0d8ceb1701d078df719724f22e244d3

my nvim config
1 files changed, 3 insertions(+), 0 deletions(-)
feat(checkmate.nvim): add next tag
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-01 20:09:50 +0300
Parent: d7db507
M lua/plugins/core.lua

@@ -17,6 +17,9 @@ files = { "Projects/*", "Journal/*", ".todo", ".pali" },

keys = { ["<localleader>t"] = { rhs = "<cmd>Checkmate toggle<CR>" }, }, + metadata = { + next = { style = { fg = "#9fddff" } }, + }, }, }, {