local M = { "folke/todo-comments.nvim" }
M.event = { "BufReadPost", "BufNewFile" }
M.config = {
highlight = {
multiline = false
}
return M