update event

This commit is contained in:
asep komarudin 2023-03-08 06:41:08 +07:00
parent f60855a938
commit b7de30e431

View file

@ -54,7 +54,7 @@ return {
-- better todo coloring and icon
{
"folke/todo-comments.nvim",
event = "BufRead",
event = { "BufReadPost", "BufNewFile" },
config = function()
require("todo-comments").setup()
end,