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:
@@ -99,6 +99,7 @@ return {
|
||||
'--hidden', -- show todos in hidden directories and files
|
||||
'--follow', -- follow symlinks
|
||||
},
|
||||
search = { pattern = [[\b(KEYWORDS)(\([^\)]*\))?:]] },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user