Add confTodo to list of Comment highlights
This commit is contained in:
parent
d0315cc1ee
commit
7536173150
@ -35,7 +35,9 @@ local kanagawa = {
|
|||||||
|
|
||||||
-- Don't lighlight TODO specially in comments
|
-- Don't lighlight TODO specially in comments
|
||||||
for _, todo_group in pairs({
|
for _, todo_group in pairs({
|
||||||
'zshTodo', 'ps1CommentTodo',
|
'confTodo',
|
||||||
|
'ps1CommentTodo',
|
||||||
|
'zshTodo',
|
||||||
}) do
|
}) do
|
||||||
vim.cmd.highlight('link ' .. todo_group .. ' Comment')
|
vim.cmd.highlight('link ' .. todo_group .. ' Comment')
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user