mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +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
|
-- better todo coloring and icon
|
||||||
{
|
{
|
||||||
"folke/todo-comments.nvim",
|
"folke/todo-comments.nvim",
|
||||||
event = "BufRead",
|
event = { "BufReadPost", "BufNewFile" },
|
||||||
config = function()
|
config = function()
|
||||||
require("todo-comments").setup()
|
require("todo-comments").setup()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue