update and enable my todo comment highlighter

This commit is contained in:
Squibid 2025-10-25 00:57:59 -04:00
parent fac895e919
commit 30924f12cf
Signed by: squibid
GPG key ID: BECE5684D3C4005D
4 changed files with 225 additions and 137 deletions

View file

@ -31,6 +31,7 @@ local M = {
misc = require("core.misc"),
lsp = require("core.lsp"),
color = require("core.color"),
todo = require("core.todo"),
snippets = vim.fs.joinpath(vim.fn.stdpath("config"), "lua/core/snippets.lua"),
}