From d31fe5a0440f0bb797d0a29e99c61b6093764964 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 27 Feb 2024 03:26:25 +0800 Subject: [PATCH] add todo-comments.nvim --- 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..c88cb75 --- /dev/null +++ b/lua/plugins/todo-comments.lua @@ -0,0 +1,5 @@ +return { + "folke/todo-comments.nvim", + dependencies = { "nvim-lua/plenary.nvim" }, + opts = {}, +}