From 6d847eed2eb4ae99df4232dafb22d0cc550fb827 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Tue, 22 Jul 2025 14:42:01 -0300 Subject: [PATCH] Install todo-comments --- lua/plugins/todo-comments.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/todo-comments.lua diff --git a/lua/plugins/todo-comments.lua b/lua/plugins/todo-comments.lua new file mode 100644 index 0000000..3ee2f83 --- /dev/null +++ b/lua/plugins/todo-comments.lua @@ -0,0 +1,5 @@ +-- NOTE: foo +return { + "folke/todo-comments.nvim", + dependencies = { "nvim-lua/plenary.nvim" }, +}