Add confTodo to list of Comment highlights

This commit is contained in:
Kenneth Benzie 2025-01-24 13:27:50 +00:00
parent d0315cc1ee
commit 7536173150

View File

@ -35,7 +35,9 @@ local kanagawa = {
-- Don't lighlight TODO specially in comments
for _, todo_group in pairs({
'zshTodo', 'ps1CommentTodo',
'confTodo',
'ps1CommentTodo',
'zshTodo',
}) do
vim.cmd.highlight('link ' .. todo_group .. ' Comment')
end