From 4e059e36c0c89bccbadf6668db970ec44a676956 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Wed, 23 Jul 2025 10:19:15 -0300 Subject: [PATCH] Setup todo-comments --- lua/plugins/todo-comments.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/plugins/todo-comments.lua b/lua/plugins/todo-comments.lua index 3ee2f83..63175f8 100644 --- a/lua/plugins/todo-comments.lua +++ b/lua/plugins/todo-comments.lua @@ -1,5 +1,7 @@ --- NOTE: foo return { "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" }, + config = function() + require("todo-comments").setup() + end, }