Added to todo-comments search pattern just in case

For reference: https://github.com/folke/todo-comments.nvim/pull/180
This commit is contained in:
2025-04-25 20:19:03 +03:00
parent 5bee06565a
commit 73ebdfffcf

View File

@@ -99,6 +99,7 @@ return {
'--hidden', -- show todos in hidden directories and files
'--follow', -- follow symlinks
},
search = { pattern = [[\b(KEYWORDS)(\([^\)]*\))?:]] },
},
})
end,