mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update event
This commit is contained in:
parent
f60855a938
commit
b7de30e431
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue