Add pythonTodo to the list of naughty highlight groups

This commit is contained in:
Kenneth Benzie 2025-12-04 14:57:16 +00:00
parent 25209c7928
commit 95d8c16621

View File

@ -37,6 +37,7 @@ local kanagawa = {
for _, todo_group in pairs({
'confTodo',
'ps1CommentTodo',
'pythonTodo',
'zshTodo',
}) do
vim.cmd.highlight('link ' .. todo_group .. ' Comment')